The player starts with $10,000 and is tasked with accumulating as much wealth as possible by buying and selling Bitcoin
The Bitcoin price starts at $50,000 and changes based on news pulled from a JSON file, which can be found here: https://github.com/TMDStudios/json_files/blob/main/random_news.json
Each news item will increase or decrease the price of Bitcoin
The Bitcoin price starts at $50,000 and changes based on news pulled from a JSON file, which can be found here: https://github.com/TMDStudios/json_files/blob/main/random_news.json
Each news item will increase or decrease the price of Bitcoin
Show More