SE
seal331/games
Games
A collection of small games. Configuration is done using the configure tool written in C++.
How to compile
TLDR: type "make", configure the games, then "make install".
Full list of make targets:
- configure - compiles and runs the configure tool
- mines - compiles the minesweeper game
- snake - compiles the snake game
- clean - cleans up game configuration and binaries
- install - installs the games, the default location is /usr/local