Skip to content

Commit

Permalink
Update README.md (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxEdwards20 authored Apr 10, 2024
1 parent b4255b2 commit 1ae24ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A game of Snake built using C# in the MonoGame framework, themed around everyone
## In Progress

- [ ] Satchel: Pick head, body, and tail texture for the sandworm
- [ ] Max: On collision, sandworm breaks apart and is available as food for other snakes
- [ ] Max: Sync the anchor points across clients.

## Items to Develop

Expand All @@ -23,11 +23,10 @@ A game of Snake built using C# in the MonoGame framework, themed around everyone
- [ ] The new player should join as an invincible entity. Add this functionality and a system to update it after 3 seconds to be removed from the entity.
- [ ] Add a player status in leaderboard to show whether the player is currently invincible.
- [ ] Port Particle System - Satchel
- [ ] Connection View sprite font or visual indicator.
- [ ] Message receiver for the client about collisions that can be used to call the particle system and sound effects.

## Done

- [x] Max: On collision, sandworm breaks apart and is available as food for other snakes
- [x] Max: Grow the worm on eating food.
- [x] Satchel: Loading Screen while joining game
- [x] Caden: Spice generation when we spawn
Expand Down

0 comments on commit 1ae24ae

Please sign in to comment.