Skip to content

MathisBurger/crypto-simulator

Repository files navigation

Crypto Simulator


A multiplayer cryptocurrency simulation game for everyone.


Information


The crypto simulator is an open source simulation game based on an angular web application. You can trade with virtual currencies, but with real coin prices. Try it out yourself by creating an account on the main instance.
A service is calling the coincap API every 10 seconds, and saves the current prices and more information about the currency into the database.
If a user wants to buy a specific amount of a currency, the backend checks if the user has got enough money to buy this. If is able to buy the currency, an entry with information about the trade, including the current price, is beeing saved into the database.

Idea


I had the idea to create the crypto simulator, because I am a highschool student. Therefore I am not allowed to trade with crypto currencies. But I was really interested into this topic and wanted to learn more about crypto. I created this game, to learn more about crypto currencies and learn how to trade them.