Go to itch.io/tankyourself
A web server is required for the game to run locally.
Requirements
- source code locally
- python
- command line interface (CLI) (Terminal, Windows Powershell, etc.)
- web browser
In order to run the game locally, a local web server is required. To lanch the game:
- Download and place the source code in the desired destination on your computer
- Open your CLI
- Navigate to the location of the source code in the CLI
- Start web server with python with the following: python -m http.server
- Open your web browser of choice and nagivate to localhost:8000