https://github.com/mathdebate09/tic-tac-toe
A two-player game of X and 0s
https://github.com/mathdebate09/tic-tac-toe
factory-design-pattern tic-tac-toe-javascript webdevelopment
Last synced: 1 day ago
JSON representation
A two-player game of X and 0s
- Host: GitHub
- URL: https://github.com/mathdebate09/tic-tac-toe
- Owner: mathdebate09
- Created: 2023-12-29T10:34:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T11:42:18.000Z (over 2 years ago)
- Last Synced: 2023-12-30T19:38:30.151Z (over 2 years ago)
- Topics: factory-design-pattern, tic-tac-toe-javascript, webdevelopment
- Language: JavaScript
- Homepage: https://mathdebate09.github.io/tic-tac-toe/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
a two-player game of X and 0s
>[Live Website](https://mathdebate09.github.io/tic-tac-toe/)
## Preview

## Tools/Languages
[](#) [](#) [](#)
## Learning Outcomes
- using Factory Modules to createPlayers
- using IIFE for carrying out functioning of the game and displaying interactions