asplunds / tictactoe

Super simple tic tac toe game with n * n sized board made in boredom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

This is in no way a comprehensive tic taco toe game.

Demo

You can try it out here 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.

About

Super simple tic tac toe game with n * n sized board made in boredom


Languages

Language:JavaScript 84.4%Language:HTML 15.6%