An open API service indexing awesome lists of open source software.

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

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

![gameSnap](gameSnap_1.png)

![gameSnap](gameSnap_2.png)

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