A simple 2D Java game project built with standard Java libraries and managed using Maven.
This project demonstrates basics of game development in Java, including game loop, rendering, input handling, and collision logic โ all without external game engines. :contentReference[oaicite:0]{index=0}
This is a Java-based 2D game where the core gameplay involves interacting with graphical elements rendered to the screen using Javaโs built-in graphics APIs.
The game is structured with clear packages and uses a Maven build system for easy compilation and execution.
- Basic game loop and rendering logic
- Keyboard input handling
- Simple game mechanics
- Cross-platform โ runs wherever Java runs