3D version of Tic-Tac-Toe.
Currently, game is not available to play.
Clone repo and install dependencies with:
git clone https://github.com/Masynchin/Three.git
cd Three
npm install
Run tests with:
npm run test
Open PR with your changes. Be sure your code pass tests.