A simple Snake game built using Raylib and C++17.
↓ Based on this tutorial ↓
https://youtu.be/LGqsnM_WEK4
Feature: Difficulty increases with each food eaten.
Feature: "Game Over" screen.
Feature: Retro-style grid for nostalgic feel.
Change: Borderless window.
Fix: Snake movement update rate.
| Key | Action |
|---|---|
W A S D |
Move the snake |
SPACE |
Restart after Game Over |
Alt+F4 |
SUPER POWER UP! |
1- Make sure you have raylib installed and linked properly.
2- I used CLion + CMake + mingw-w64 to create this project.
3- Open the project with CLion, build (F7 in my case) and play :)
4- Have fun.
