Skip to content

a2677331/investment_valley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investment Valley

  • I wrote a PyGame-Based game designed to teach a player financial knowledge and investment skills.
  • It is super fun to play!

How to run the game:

  • 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

Need to be done:

  • make graphs showing the price trend for stock, crypto, and real estate trading
  • functions for bank

What I did:

  • 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

About

CINF-405 Team Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages