ksallberg / wallstreet_tycoon

pygame implementation of a basic stock trading simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallstreet Tycoon

pygame implementation of a basic stock trading simulation

This project is written using Python 2.7.5 from python.org

to install

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?

to run

python main.py

Link to github:

https://github.com/ksallberg/wallstreet_tycoon

About

pygame implementation of a basic stock trading simulation


Languages

Language:Python 100.0%