ahaooahaz / GameBox

Easy shell games, includes 2048 and snake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameBox

Easy shell games, includes 2048 and snake.

build

git clone https://github.com/ahaooahaz/GameBox.git
mkdir build && cd build
cmake ..
make

play

./gamebox -r [2048|snake]

run ./gamebox --help for help.

About

Easy shell games, includes 2048 and snake.

License:MIT License


Languages

Language:C++ 98.8%Language:CMake 0.9%Language:C 0.3%