MazeGame
A labyrinth game that tests your mind has three levels and you are invited to improve it. Greetings
Install / Use
/learn @MiguelAntonioRS/MazeGameREADME
Maze Game
Description
This is a simple maze game implemented in Java using Swing for the graphical interface.
Usage Instructions
- Make sure you have Java installed on your system.
- Clone this repository to your local machine.
- Open a terminal and navigate to the directory where you cloned the repository.
Screenshot
Compilation and Execution
To compile the game, run the following command from the project's root:
javac MazeGame.java
To run the game, use the following command:
java MazeGame
Game Controls
-Use the arrow keys to move the character through the maze.
-The goal is to reach the end point of the maze to advance to the next level.
Project Structure
The project is organized as follows:
-MazeGame.java: Contains the main logic of the game.
-Laberinto.java: Represents the maze and handles its generation and drawing.
-Personaje.java: Represents the player character and handles its movement.
-README.md: This file you are reading.
