Copyright (c) 2024 kodestan
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
You need to have Go and TypeScript installed to build and run project.
Run these commands from the project's root dir.
Build .js files
tsc
Run server on port 8000
go run .
Open your browser on 127.0.0.1:8000