This is a README
-
Project Title and Description Project Name: Simulated Stock Trading Game Project Description: The project will be a game simulating the real-world stock trade. The game will use real data of past stock markets and simulate the trading process on a daily basis. The player can experience real trading experience alone, or compete with AI with different level of difficulty, or have a race with one friend. The game will record the top 10 grades in the One-player mode. The player can also customize trade cycles and displayed extension according to their habits.
-
Run instructions The player only need to unzip the compressed file, putting the content with the "cmu graphics" package and open Python Source File named "src". Do not remove or edit any files in the folder "materials". There is one extra little thing to do before running the game. The player need to install panda package to python, here are the steps: For Mac users:
- Open Command Prompt (or called Terminal): You can either open application folder, open Utilities and double click "Terminal" or press "Command"+"Space" and search for terminal.
- Type "pip install pandas" in prompt and press enter.
- Wait until the message shows that the installation is complete.
For Windows Users:
- Open Command Prompt (cmd): You can press "Windows"+"R" and search for "cmd".
- Type "pip install pandas" in cmd and press enter.
- Wait until the message shows that the installation is complete.
Then, just run the Python Source File.
-
Shortcut Commands: Although there is no shortcut commands in the game, there are exit button on every page and player can exit whenever they want.