So I came up with the idea of this because I wanted to make a stock market like simulator, but something different.
So the idea is going to be you’re at a theme park, and the queue times change every 5 minutes, and you need to get on as many rides as possible before the theme park closes.
First, I setup the project, and created the classes for Ride and Player.
After that, I created a method within Player called game which lets me see the time, then move to the next 5 minute interval, until the day has ended!
Log in to leave a comment