Ice Cream Simulator Logo

This project is a simple 2D game/simulator built in Java. It utilizes the Abstract Window Toolkit (AWT) for its graphical user interface, demonstrating fundamental concepts of GUI creation and event handling in Java. Developing this project reinforced my understanding of core Java programming principles, object-oriented design, implementing a basic game loop for managing application state and rendering, and organizing a codebase, providing valuable experience in building interactive Java applications from the ground up.


This project is available on Github. If you want to try it out on your computer, download the jar here ( Java required ): link

Run it my double-clicking the file, or navigate to the files location from your terminal and run java -jar IceCreamSimulator.jar


Ice Cream Simulator SS 1 Ice Cream Simulator SS 2 Ice Cream Simulator SS 3


Back to Projects