https://github.com/asplunds/tictactoe
Super simple tic tac toe game with n * n sized board made in boredom
https://github.com/asplunds/tictactoe
Last synced: 4 months ago
JSON representation
Super simple tic tac toe game with n * n sized board made in boredom
- Host: GitHub
- URL: https://github.com/asplunds/tictactoe
- Owner: asplunds
- Created: 2021-03-25T13:32:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T22:15:17.000Z (about 4 years ago)
- Last Synced: 2025-01-12T15:21:14.936Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
This is in no way a comprehensive tic taco toe game.
## Demo
You can try it out [here](https://asplunds.github.io/tictactoe/) or fork this repo and customize it for your needs (recommended).
## Config
This was made in under an hour so the only things you can configure is board size and win-by length which can be found as constants in /index.js.