Skip to content
Snippets Groups Projects
Commit 75368d41 authored by Jake Dreher's avatar Jake Dreher
Browse files

Add game directory

parent aec8858d
Branches
No related tags found
1 merge request!2Add game directory
......@@ -2,6 +2,20 @@
This is a repository for the CS375 Web Development course at Drexel University. The repository will contain code for the term project.
# Features
- [ ] Battle Royale Snake - Last snake standing wins
- [ ] Power up fruits(Mario Kart inspired)
- [ ] Leaderboard - snake size(number of fruits eaten)
- [ ] Rooms - Public lobbies as well as private rooms, shared via link
- [ ] Spectate - Watch other players in the room
- [ ] Chat - Chat with other players in the waiting room
- [ ] Skins - Customizable snake skins
## Rooms
When a user creates a room, update internal data table to reflect new room. Send message to client containing all available rooms, and whether they are private or public. User can set a password for the private rooms.
<!--
## Getting started
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment