Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 162 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 162 Bytes

snake-game

Snake game using data structures (linked lists and queues)

Written in C++

Requries SFML libraries

Just copy paste the code into main.cpp and run