Boulder Dash Clone
A group Java tile-based arcade/puzzle game inspired by Boulder Dash.
Notes
- Player movement, enemies, falling objects, scoring, and levels.
- Local profiles, saved progress, and high scores.
- Object-oriented model for actors, terrain, enemies, interactions, media, and persistence.
What I Took From It
It was good practice in keeping a larger Java project understandable while working in a group. The main challenge was making the entity model clear enough that new mechanics could fit into it without everything becoming tangled.
Links
- GitHub: github.com/alex-k03/balderdash