- I wrote a PyGame-Based game designed to teach a player financial knowledge and investment skills.
- It is super fun to play!
- cd to
investment_valley
folder - setup and activate Python Virtual Enviroment (Optional)
- make sure Pygame is installed, I used
pip3 install pygame
on my Mac - type
python3 code/game.py
to run the game
- make graphs showing the price trend for stock, crypto, and real estate trading
- functions for bank
- added background music
- Initial running the game displays an intro screen, and subsequent runs will show the intro screen with the previous play's score
- added a money score in the top bar
- set a timer for 5 min for each round
- label each building with names "stock exchange", "casino"...
- player can move using arrow keys
- 5 buildings with collision detection, so player cannot move across each building
- player animations
- game map and building images
- player can buy/sell stocks, and real-estates
- functions for Casino, Lottery, Stock, Casino buildings
- player can "talk" to buildings