/aimole-tictactoe

Tic-Tac-Toe game for aimole

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Tic-Tac-Toe Game for aimole

This is a Tic-Tac-Toe game built for the AI competing platfrom aimole. This project is licensed under the terms of GPLv3.

Development

This game is written with React.js with material-ui. To transpile the .jsx file to the bundled javascript files, please use:

gulp

The gulp will watch for any changes in files and do its things automatically.

Running

To run the game, just open the index.html in dist folder.