Skip to content

A turn order calculator for a Final Fantasy: Tactics tabletop RPG

Notifications You must be signed in to change notification settings

dguenther/taciturn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install:

virtualenv venv
source /venv/bin/activate
python setup.py develop

Now, in a python file or interpreter you can run:

from taciturn import Battle

Webapp Dependencies

  • Flask - pip install flask
  • SQLAlchemy - pip install Flask-SQLAlchemy
  • Requests - pip install requests

About

A turn order calculator for a Final Fantasy: Tactics tabletop RPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages