2024-05-08 01:50:14 +05:30
2024-05-08 01:50:14 +05:30
2024-05-08 01:50:14 +05:30
2024-05-08 17:11:40 +05:30
2024-05-08 17:11:40 +05:30

Snek - Snake clone

A snake clone in C++ using Raylib.

To compile have Raylib installed locally (or just download a release from https://github.com/raysan5/raylib/releases) then run "make RELEASE=1".

Use either vim keys or arrow keys to control the snake. Press Space to go fast™ and grave to see some more details.

There are 3 layouts, which you press the following number keys to use:

  1. Unlimited (no walls)
  2. Walled (walls on all sides)
  3. Walled garden (walls with gaps on all sides)
Description
No description provided
Readme 64 KiB
Languages
C++ 93.7%
Makefile 6.3%