An open API service indexing awesome lists of open source software.

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

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.