n-wach / simultanio

Simultanio is a minimalistic RTS game for the web

Home Page:https://nathanwachholz.com/simultanio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simultanio

Client

Written in Typescript for HTML5 Canvas

To build, run bash build.sh from /client

View by running the Server locally as described below.

Server

Written in Flask

python3 -m pip install -r server/requirements.txt to install python requirements.

Run locally using python3 startup.py from /

Deploying

Build client and install server requirements.

To deploy, install gunicorn3 and create a secrets.sh file in / based on the following template:

# FLASK
export SECRET_KEY="random text here"
export SERVER_NAME="example.com"

Then run bash startup.sh from /

About

Simultanio is a minimalistic RTS game for the web

https://nathanwachholz.com/simultanio


Languages

Language:TypeScript 66.8%Language:Python 32.2%Language:HTML 0.9%Language:Shell 0.1%