Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 617 Bytes

README.org

File metadata and controls

30 lines (19 loc) · 617 Bytes

Snake Game

A snake game based on FLTK.

snake_game_demo.gif

下载使用

git clone https://github.com/combofish/snake-game && cd snake-game

使用 Cmake 编译

cmake . && make && ./Snake

License

[MIT](http://opensource.org/licenses/MIT)