My project is a small Java game called zorc where I model a simple world of characters and rooms, and interact with it through a graphical interface instead of a text console. I’ve created classes like Character, Room, and their inventories to represent the player, locations, and items, and I use several GUI windows (intro, movement, stats, restaurant, checkout) to handle different parts of the game flow. The code is mostly Java with a bit of HTML, and it’s set up as an IntelliJ IDEA project that I can open and run directly from the IDE.