Skip to content
Snippets Groups Projects
Select Git revision
  • 8b60b89f3979d0c490b01327625044144255f72e
  • main default protected
  • potentialRestart
  • EneryBooster
  • Coordinates_And_Body_size
  • 9-spectator
  • 8-deadplayers
  • 7-camera
  • 6-rooms
  • test-of-collision&growing
  • 5-rooms
  • 0-setup-initial-server
  • 3-initial-game-code
13 results

web-dev

user avatar
Jake Dreher authored
Add handling for creating private games. Need a way to manage games, determining if the game is complete and booting back to lobby and when games are closed
8b60b89f
History

web-dev

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.