Skip to content

Commit

Permalink
Update README.md (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxEdwards20 authored Apr 9, 2024
1 parent 3c84a1b commit 63d0bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A game of Snake built using C# in the MonoGame framework, themed around everyone
- [ ] Caden: Spice generation when we spawn
- [ ] Caden: Periodic spice generation throughout the game
- [ ] Menu Screen to let player name themselves (probably similar to how control selection screen will work) - Satchel
- [ ] Max: Collision detection. Know whether we hit spice or another sandworm
- [ ] Max: Grow the worm on eating food.

## Items to Develop

Expand All @@ -30,6 +30,7 @@ A game of Snake built using C# in the MonoGame framework, themed around everyone

## Done

- [x] Max: Collision Detection system.
- [x] Max: Keyboard support for left, right, up, down, diagonal up left and diagonal up right. Also add these to the wormMovement system.
- [x] Max: Snake Movement with the queue system
- [x] Max: Upgrade our movement system to reduce the lag in rotation
Expand Down

0 comments on commit 63d0bbb

Please sign in to comment.