Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 271 Bytes

Snake

A small good ol' 2d snake game in C++ using SFML

Overview

A small snake game coded in C++ using SFML library (http://www.sfml-dev.org/)

Nothing fancy, just a raw snake game I did a while ago.

Feel free to use anything, as I was mostly just testing SFML.