A collection of minimalist games, singleplayer and multiplayer, to be played in the Console. (Currently only works on macOS/Linux)
- tictactoe
- battleships
- Hangman
- Connect 4
- Minesweeper
Download latest version from releases.
or:
wget https://github.com/TheBlackbird14/ConsoleGamesLib/releases/download/{version}/ConsoleGamesLib.{version}.zip
unzip ConsoleGamesLib.{version}.zip
rm ConsoleGamesLib.{version}.zip
cd ConsoleGamesLib
Requires CMake to be installed
cmake .
make
build/cgl
Type make install
instead of make
.
To start, type cgl
anywhere in the system.