Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 592 Bytes

Snake

The arcade classic

A version of Snake using SFML and C++.

The snake initially consists of three squares. Screen Shot 2023-02-12 at 6 41 10 PM

Whenever the snake eats the apple, it grows. If the snake collides with either the bounds of the window or itself, the game resets.

Screen Shot 2023-02-12 at 6 48 51 PM