1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:42:08 +00:00
serenity/Games/Snake
Andreas Kling b41e95b578 Snake: Use a queue for the movement inputs.
This makes it a lot less finicky to make rapid moves like staircasing and
sudden turns.
2019-04-20 03:44:56 +02:00
..
.gitignore Snake: Import skeleton of a new snake game. 2019-04-20 01:54:10 +02:00
main.cpp Snake: Flesh out a basic snake game :^) 2019-04-20 03:24:50 +02:00
Makefile Snake: Import skeleton of a new snake game. 2019-04-20 01:54:10 +02:00
SnakeGame.cpp Snake: Use a queue for the movement inputs. 2019-04-20 03:44:56 +02:00
SnakeGame.h Snake: Use a queue for the movement inputs. 2019-04-20 03:44:56 +02:00