Catch Falling Objects

Made with: Processing, Java

Solo project

Module ‘Empowering Creative Thinking Through Programming’ - 8 weeks

Nov 2023

Functionality

In this game, you have to collect the 10 ships that rain down from above. The more you catch, the louder the applause is at the end. The number in the bottom right shows the amount of ships that rained down.

Development process

This project was set up as a series of 10 assignments, each one building on the last. At the end of the project, we got an exam, in which we had to transform the project into something else: a game in which there were horizontally moving numbers (1-10), which you had to collect in order from smallest to biggest. As I already had some experience with C# at this point, which works a lot like java, I had no problem passing these assignments and tests; they were mainly an introduction to programming for people who had no experience yet. You can view both the final assignment code and the exam code down below.