A website I put together to learn python, and to scratch a bit of an itch with regards to math tools for cards games.
You can get in touch with me either at bob@nearimpossible.com, on twitter as @HEXMetrics or @B0bW, or on GitHub at https://github.com/BobWatson.
To get started:
- Copy config.default.py to config.py, edit that file and fill in all your pertinant details.
- Run 'python db_create.py'
- Run 'python db_migrate.py'
- Run 'build_card_db.py'
You should then be able to launch with a basic harness in the root, something like:
from hex.main import app as application
application.run()
I run this with passenger_wsgi on DreamHost at the main http://hexmetrics.ni.tl/ page.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.