Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 529 Bytes

Copyright (c) 2024 kodestan

tank-ops

Multiplayer turn-based browser game. Client side in Typescript, backend in Go.

The more developed version of this game available at tankops.xyz.

Code only up to the point

scene from the game

Usage

You need to have Go and TypeScript installed to build and run project.

Run these commands from the project's root dir.

  1. Build .js files
tsc
  1. Run server on port 8000
go run .
  1. Open your browser on 127.0.0.1:8000