petronius / delta-v

Two-body orbit simulator, with ambitions to be a game, Dwarf Fortress meets "Balance of Terror" (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space fighting with newtonian physics. Dwarf Fortress meets "Balance of Terror".

Installation

(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.

About

Two-body orbit simulator, with ambitions to be a game, Dwarf Fortress meets "Balance of Terror" (WIP)


Languages

Language:Python 100.0%