Litaxx is an open-source project that aims to provide an open platform to play the game ataxx.
Right now the project is under active development and contributions are more than welcome, so feel free to join us at discord.
The project is licensed under GPLv3+. For more information read COPYING.
After cloning the project you can get its submodules by running:
git submodule update --init --recursive
To get the required dependencies from the package.json run:
npm install
You can run the server by doing:
node index.js