A simple command line suduko game made with C++ using VS Code.
- C++
- Cmake
- Git
- MSys2, MinGW(Requires cofiguration) or Linux(Requires cofiguration)
- VS Code or any IDE
- Clone the repository:
git clone - Run the configure script:
./configure.sh - Run the build script:
./build.sh - Run the game:
./suduko
Running the game on terminal by
./run.sh
- The game is now ready to be run. It is located in the
/buildfolder.