Inspiration

I was inspired by many of the popular idle game I used to play as a kid, such as Cookie Clicker or Clicker Heros

What it does

In this game, you get to build your own school. Buy more rooms and upgrade your rooms to attach more students. Watch out though, bills might result in decreased earnings and are paid automatically

How I built it

I used the Scratch game engine to make the game and the art. First I created a list of all of the possible places that a class could be, and each value in the list started at zero, and would change depending on what type of class you had in there. I had an object follow your mouse around and place the class on the tiles where you could create classes. For calculating the money I found the amount of different types of classes in the list, as mentioned above, and calculated the rate of money you would get per second.

Challenges I ran into

I never made a clicker game with tiles, so it was difficult to figure out how much money you were earn per second

Accomplishments that I'm proud of and What I learned

I learned how to optimize the usage of lists in Scratch, and I improved my Vector art abilities in Scratch

Built With

  • scratch
Share this project:

Updates