Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mate-h/tank-mayhem
A multiplayer web physics game inspired by Tank Trouble
https://github.com/mate-h/tank-mayhem
Last synced: 2 days ago
JSON representation
A multiplayer web physics game inspired by Tank Trouble
- Host: GitHub
- URL: https://github.com/mate-h/tank-mayhem
- Owner: mate-h
- License: mit
- Created: 2020-02-28T17:11:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T06:07:03.000Z (over 1 year ago)
- Last Synced: 2024-04-28T20:35:48.364Z (7 months ago)
- Language: JavaScript
- Homepage: https://tankmayhem.com
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tank-mayhem
A multiplayer web physics game inspired by Tank Trouble
*Note*: This is a work in progress as you can probably tell.
## Production
[tankmayhem.com](https://tankmayhem.com)
## Description
This project was heavily inspired by a game me and my buddies used to kill time with in class, called Tank Trouble (also known as AZ Tank Game). It is definitely from the early Flash days of the internet, and you were supposed to share one keyboard and one computer to play against each other. I decided to take it a step further and recreate the game by taking advantage of the latest capabilities of the web today.
## Installation
Install Docker CLI and run
```bash
docker-compose --env-file ./config/.env.prod up -d
```For local development server
```bash
docker-compose --env-file ./config/.env.dev up -d
```