This is an MMO Capture the Flag game. There are 4 teams (red, blue, green, yellow) and any number of players may join the game. A point is scored when a flag is stolen and succesfully taken to the player's home base. Individual as well as team scores are shown on the game page.
Deployed here!
- Arrow keys to move, E/F to pass/kill.
- Can only pick up one flag at a time.
- Cannot kill other player while holding flag.
- Teams
- Player Stats
- Achievements
- Leaderboard
Prerequisites: Docker
Steps:
- Clone repo
- Navigate to project directory
- Run
docker compose up --build --force-recreate