jwalkerbandfc / jwalkerbandfc/snakes
Create 2d Grid, in python
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
User Story:
As a player, I want to control a snake that moves on a 2D grid, so that I can eat food and grow longer without hitting walls or myself.
Acceptance Criteria:
The game runs on a 2D grid.
The snake moves in one of four directions (up, down, left, right).
Food appears randomly on the grid.
When the snake eats food, its length increases by one unit.
The game ends if the snake collides with the grid boundary or itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.