Skip to content

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

Notifications You must be signed in to change notification settings

petronius/delta-v

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages