Space fighting with newtonian physics. Dwarf Fortress meets "Balance of Terror".
(Requires Python 3)
If you don't already have virtualenv setup:
$ sudo pip install virtualenv
$ mkvirtualenv deltav
$ workon deltav
Once that is done:
$ git clone https://github.com/chicken-mover/delta-v
$ cd delta-v
$ pip install -r requirements.txt
Then run the program:
$ python deltav/__init__.py
See deltav.ui.keyboard for key bindings.