Skip to content

A collection of minimalist games, singleplayer and multiplayer, to be played in the Console.

License

Notifications You must be signed in to change notification settings

TheBlackbird14/ConsoleGamesLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleGamesLib

A collection of minimalist games, singleplayer and multiplayer, to be played in the Console. (Currently only works on macOS/Linux)


Games

  • tictactoe
  • battleships

WIP Games

  • Hangman

Planned games

  • Connect 4
  • Minesweeper

Install

Download latest version from releases.

or:

wget https://github.com/TheBlackbird14/ConsoleGamesLib/releases/download/{version}/ConsoleGamesLib.{version}.zip

Unzip

unzip ConsoleGamesLib.{version}.zip
rm ConsoleGamesLib.{version}.zip
cd ConsoleGamesLib

Compile

Requires CMake to be installed

cmake .
make

Execute

build/cgl

Alternative System-wide install (to /usr/local/bin)

Type make install instead of make. To start, type cgl anywhere in the system.