Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.04 KB

Turtle Time 🐢

A multiplayer turtle game using Bevy engine, bevy_ggrs and matchbox_server for P2P matchmaking/signaling.

Try it out here: https://mikeder.net/turtletime

Features

  • 2-8 players spawn in a rectangle and can move independently. [WASD]
  • Edible strawberries and chili peppers will spawn randomly on the map.
  • Eating strawberries will give you a temporary sprint ability. [LSHIFT]
  • Eating chili peppers will give you the ability to shoot [5] fireballs! [SPACE] or [RETURN]
  • Players hit by enough fireballs are set inactive, last remaining active player wins!

Inspiration

Extreme Bevy

RPG Tutorial

GGRS Demo

TODO

  1. Scoreboard and Leaderboard for game stats, pickups, wins, loses, etc.
  2. More game modes, COOP survival, PVE.
  3. Controller support.