https://github.com/rajvatsal/tictactoe
Tictactoe: Play against friends or AI
https://github.com/rajvatsal/tictactoe
ai factory-functions module-pattern seperation-of-concerns singleton-pattern
Last synced: 2 months ago
JSON representation
Tictactoe: Play against friends or AI
- Host: GitHub
- URL: https://github.com/rajvatsal/tictactoe
- Owner: rajvatsal
- License: gpl-3.0
- Created: 2024-02-03T07:55:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T05:47:34.000Z (about 1 year ago)
- Last Synced: 2025-01-15T11:13:22.127Z (4 months ago)
- Topics: ai, factory-functions, module-pattern, seperation-of-concerns, singleton-pattern
- Language: JavaScript
- Homepage: https://rajvatsal.github.io/tictactoe/
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictactoe

# Features
- Single Player
- PvP
- Custom name
- Responsive
- Sound effects
- Animations# Things to keep in mind
- You cannot give both players the same name or the game won't start.
- You cannot set "AI BOT" as a name for the players because it confuses the score board.
- Game switches turn on draw.
- If a player has won then it will start the next round.
- You can't beat ai bot.# Attribution
[Design inspired/recreated by](https://playtictactoe.org/)
# Experience
This project was challenging at first and I just wanted to finish and move on as fast as possible. I am very glad that I took my time and finished it. I am really
happy with the result. I actually think I've become a better programmer and have developed my problem solving skills.