Daniel Maixner 236d6d58f0 Tuning
2022-11-13 16:54:06 +01:00
2022-11-13 16:54:06 +01:00
2022-10-18 22:46:20 +02:00
2022-11-13 16:54:06 +01:00
2022-11-13 16:54:06 +01:00
2022-11-13 16:54:06 +01:00
Wip
2022-10-18 21:23:33 +02:00
2022-11-12 13:57:52 +01:00
cu
2022-11-10 17:09:25 +01:00
2022-11-12 13:57:52 +01:00

Counter-Strike: Football Tests

Competitive multiplayer game where two football fans teams, each team have 5 players, fights in 30 rounds with goal to win more rounds than opponents team. Teams are Attackers and Defenders. Defenders team has goal of protecting their fan base sanctuary every round from desecrate by attackers using their graffiti bomb ball.

week1

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.

This is NO violence game so there is no blood or violence visuals.

Setup

Server

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

git clone https://github.com/solcloud/Counter-Strike cs-football
cd cs-football
composer install --no-dev -a
php cli/server.php 2 # will start server waiting for 2 players to connect

Client

Download executable binary for your platform from the latest release, or run locally from project source folder.

cd electron/
npm install
npm run dev

Or you can connect using Web Browser, but for that you will need WebSocket UDP bridge.

php cli/udp-ws-bridge.php 8081 # will start WebSocket listener on localhost:8081

NOT going to implement

  • burst fire
  • guns with absurd fire rate (M249, Negev, duals, ...)
  • different players model (same hit boxes for all players, only design change)
  • player breath animation or any player animation beside walking, crouching, jumping and look movement
  • lag compensation - when you lag it is your problem - your disadvantage

To Be Decided (maybe)

  • aim punch (probably only headshot and body shot with no kevlar)
  • aim spread
  • gun/util hit boxes (maybe only when dropped)
  • backtrack (max only few ticks like 2)
Description
Multiplayer FPS game - Counter-Strike: Football 🏉
Readme WTFPL 35 MiB
Languages
PHP 82.9%
JavaScript 15.2%
CSS 1.4%
HTML 0.5%