https://github.com/lokkdevv/snake
This is an advanced version of the popular Snake game developed by me as a starter project using raylib. In this project, I have aimed at developing a smooth, visually appealing game similar to the arcade games
https://github.com/lokkdevv/snake
c cpp first-project game game-development project raylib snake snake-game
Last synced: 16 days ago
JSON representation
This is an advanced version of the popular Snake game developed by me as a starter project using raylib. In this project, I have aimed at developing a smooth, visually appealing game similar to the arcade games
- Host: GitHub
- URL: https://github.com/lokkdevv/snake
- Owner: lokkdevv
- License: mit
- Created: 2026-05-09T16:29:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-10T17:06:50.000Z (about 1 month ago)
- Last Synced: 2026-05-10T19:12:34.250Z (about 1 month ago)
- Topics: c, cpp, first-project, game, game-development, project, raylib, snake, snake-game
- Language: C
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- AI was used in this project for debugging when desperate.
# snake+ (Windows)
```
_
| | _
___ _ __ __ _| | _____ _| |_
/ __| '_ \ / _` | |/ / _ \_ _|
\__ \ | | | (_| | < __/ |_|
|___/_| |_|\__,_|_|\_\___|
```
A minimalist Snake clone built with **C** and **raylib**. It is a snake clone but with modern graphics and powerups. It will also include modding abilities in the future.
## Requirements
- **OS:** Windows 10/11
- **Compiler:** MinGW-w64 / GCC
- **Tools:** Make
## Build & Run
The project uses a `Makefile` to link local dependencies found in `/dependencies`.
```powershell
make # Compiles src/main.c to bin/snake.exe
make run # Launches the game from the bin folder
```
## Controls
- WASD: Move Snake
- Esc: Exit Game
## Project Structure
- ```src/```: Source code files.
- ```bin/```: Compiled executable.
- ```dependencies/```: Local raylib headers and libraries.
## License
- MIT license