kali-y23 / snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake


Description:

Ucode mini-project: snake - simple videogame. Built for a CPP marathon in only two days :)
Lovely state machine implemented, game speed is independent from FPS. Leaderboard is saved locally.

Developers:

Maxim Libovych

Yulia Bondarenko

Screenshot:

Example Example Example

1.Built with

CMake

2.GUI library

SDL

Installation:

1. git clone https://github.com/mlibovych/snake
2. cmake . -Bbuild -Wdev -Werror=dev && cmake --build ./build

How to use?

./race00 [width] [height]

License

MIT


About


Languages

Language:CMake 73.3%Language:C++ 26.7%