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
- Host: GitHub
- URL: https://github.com/melardev/cppsfmlsnakegame
- Owner: melardev
- License: mit
- Created: 2019-06-03T16:27:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T16:27:55.000Z (about 7 years ago)
- Last Synced: 2025-01-25T23:37:29.540Z (over 1 year ago)
- Topics: cpp, game, game-dev, sfml, snake
- Language: C++
- Homepage: http://melardev.com
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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