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

https://github.com/melardev/cppsfmlsnakegame

C++ Based Game written with SFML
https://github.com/melardev/cppsfmlsnakegame

cpp game game-dev sfml snake

Last synced: over 1 year ago
JSON representation

C++ Based Game written with SFML

Awesome Lists containing this project

README

          

# Introduction
A basic Snake game coded in C++ using SFML.

# TODO
- Port to CMake
- Implement pause
- Implement save scores
- Improve destructors