Risk inspired WebGL multiplayer strategy game https://kerrishaus.com/games/strategy
  • JavaScript 88.1%
  • CSS 9.7%
  • HTML 2.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-06-06 16:51:57 -05:00
fonts make unitCount text 3d 2023-12-20 17:48:24 -06:00
scripts fixed camera controls not working 2025-05-25 22:38:00 -05:00
styles add player color preview to LobbyWaitingState 2025-01-16 19:57:40 -06:00
.gitignore Update .gitignore 2023-07-08 22:20:30 -05:00
index.html rename debug items 2025-01-12 18:23:14 -06:00
LICENSE Initial commit 2022-05-28 19:41:59 -05:00
README.md add readme 2023-07-08 12:31:59 -05:00

Strategy

This is an unnamed strategy game, named Strategy.

Gameplay

  • Stage 1: Place your units on owned territory.
  • Stage 2: Attack any adjacent territory from your territory. If target is defeated, all but one units move to the target territory and it becomes yours.
  • Stage 3: Move one group of your units from any of your owned territories.

Multiplayer

Multiplayer is supported through the strategy-server project. To setup a server for personal use, change the address in Network.js to your instance of the Strategy server. There is no imposed maximum number of players, or number of lobbies.