Overview
Forest of Secrets is a small desktop game built with Java Swing. The player moves across a grid-based forest, explores the map and tries to find the hidden treasure chest. The project focuses on object-oriented design and a clean separation between UI and game logic.
Tech Stack
- Java (OOP)
- Swing (UI)
- Git & GitHub
Key Features
- Grid-based movement with keyboard controls
- Separated UI and game logic (clean structure)
- Resources included (images / assets)
What I Learned
- Event handling and UI updates in Swing
- Structuring a Java project with maintainable responsibilities
- Git workflow: commits, ignore rules, clean repository structure
Screenshots
What I’d Improve Next
- More levels / maps and additional interactions
- Sound effects and improved UI polish
- Automated build step for releases