Prototype investing simulator created as university bachelor's degree project.
Investing Simulator is an app where you can try investing in different stocks using virtual currency without the risk of losing real-world money.
You start with $5000 that you can invest in any stock you want.
Stocks are updated in real-time, and the in-app stock data imitates real-world data with a 15-minute delay.
You can see stock price history on graph dynamically generated for each available stock.
You can track your progress, you can also reset your progress completely to try new investing strategies.
- Unity
- Alpha Vantage API
- UIExtensions
- JSON Serialization
If you want to run it yourself, run the project and paste your AlphaVantage API key into GameManager component.