Based on WACCGL Library.
NOTE: This software supports ONLY Windows
Download latest release from here.
Then unzip it. Move the application files somewhere and run SCGL.exe
file.
The game is n-dimensional classic tic-tac-toe game. Let's have some fun. Launch it! :p
Build process involves invoking make
, gcc
(or g++
) and git
tools.
Build process is supported on Windows (on Linux it could be possible to easily cross-compile sources, but we recommend building on Windows)
To build release do the following steps:
- Go to the location where build will take place by using
cd <path>
command. git clone https://github.com/styczynski/TicTacConsole
cd TicTacConsole
make
make start
to execute compiled filesmake clean
(if you want to rebuild everything)make commit
(when you want to commit changes to the remote repo)
After doing make
you can find in the out/
directory all release files
and in the release/
zipped release-ready version of built software.