solcloud / Counter-Strike

Multiplayer FPS game - Counter-Strike: Football 🏉
https://solcloud.itch.io/counter-strike-football
Do What The F*ck You Want To Public License
587 stars 19 forks source link
fps multiplayer-game online

Counter-Strike: Football Tests Code coverage Mutation score

Competitive multiplayer FPS game where two football fan teams fight with the goal of winning more rounds than the opponent team.

promo

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:

Attackers win round by:

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.

This is low violence game so there is no red blood, animal killing or similar violence visuals.

Setup

Client

Download executable asset for your OS platform from the latest release. Or build by yourself locally from the project source folder.

cd electron/
npm install
npm run dev

Server

Currently, there is no official public server available (as match making service is also WIP), but you can run server yourself (or somebody can host it for you).

composer install -a --no-dev
php cli/server.php 2 # will start server waiting for 2 players to connect

Help us

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.