Game Inspired by PACMAN

A simple implementation of the classic Pac-Man inspired game using Java Swing, demonstrating skills in building graphical applications,java function handling and managing relevant logic.

Skills Aquired

☕java programming: developing the game using object-oriented principles and Java Swing for GUI.
🖥️ Basic GUI Development: Designed the game window with custom size, no resizing, and managed visibility and layout.
🔍 Problem Solving : Applied logic to calculate board size, positioning, and frame management to optimize game flow.