Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 287 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 287 Bytes

WarpWars

An online turn-based strategy game.

Written in Python with Flask.

As a Flask app, WarpWars can be run in the usual way with Gunicorn, but will break if more than 1 worker thread is used, due to state dependencies.