Competitive multiplayer FPS game where two football fan teams fight with the goal of winning more rounds than the opponent team. Download game
Teams are Attackers and Defenders. The Defenders team has a goal of protecting their fan base sanctuary every round from desecrating by attackers using their graffiti bomb ball.
Defenders win round by:
- eliminated all attackers players before bomb planted (touchdown)
- defusing bomb before it blows (graffiti fireworks)
- at least one player survive round time and no bomb is planted
Attackers win round by:
- eliminated all defenders players before round time ends
- planted bomb (touchdown) before round time ends and don't allow defenders to defuse it
If attackers deploy graffiti bomb before round time ends, then round clock countdown is set to 40 sec and defenders has 30 sec (or 35 sec in case of using defuse kit) to defuse bomb.
Download executable asset for your OS platform from the latest release. Or build yourself locally from the project source folder.
cd electron/
npm install
npm run dev
composer install -a --no-dev
php cli/server.php 2 # will start server waiting for 2 players to connect
If you know html/css/js/php languages or 3D modeling/texturing/animation you can join the project and help us improve this game quicker by sending a pull request.