https://github.com/sumeetgedam/snake_game_using_raylib_cpp
The OG Snake game with a new look inspired from Nothing OS theme
https://github.com/sumeetgedam/snake_game_using_raylib_cpp
cpp14 game-development raylib-cpp vscode windows-game
Last synced: 3 months ago
JSON representation
The OG Snake game with a new look inspired from Nothing OS theme
- Host: GitHub
- URL: https://github.com/sumeetgedam/snake_game_using_raylib_cpp
- Owner: sumeetgedam
- Created: 2024-12-14T08:58:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T09:46:11.000Z (5 months ago)
- Last Synced: 2025-04-09T00:07:23.137Z (3 months ago)
- Topics: cpp14, game-development, raylib-cpp, vscode, windows-game
- Language: JavaScript
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro Snake Game
The OG Snake game with color combition as seen in Nothing OS
you can checkout/play the game live here : [play](https://sumeetgedam.github.io/snake_game_using_raylib_CPP/snake.html)
Thanks to [@educ8s](https://github.com/educ8s) for the template and tutorial to get started with rayLib which made the development easier


Full screen issue on web was fixed with the points 5 and 6 mentioned here : https://github.com/raysan5/raylib/issues/3231#issuecomment-1705684669