Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

ksallberg/wallstreet_tycoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages