pygame implementation of a basic stock trading simulation
This project is written using Python 2.7.5 from python.org
python setup.py install
python manage.py syncdb
Dependencies include:
install_requires = ['Django == 1.5.1',
'pyglet >= 1.1.4',
'tiledtmxloader >= 3.0.3',
'pygame>=1.9.1',
]
caveat: tiledtmxloader is apparently not in pip?
python main.py