This project is a personal study in game development, aimed at recreating a 2D platformer game using Java's JFrame and Canvas. The main goal is to learn and practice game development techniques and concepts.
- Recreation of the classic 2D platformer game "Mario Bros" with simplified mechanics.
- Player controls:
Ato move left,Dto move right, andSPACEto jump. - Includes one enemy character and types of tiles for level design.
- Utilizes a tile map system for creating complex level layouts.
-
Java Runtime Environment (JRE) version 1.8.0 or higher.
Compile and Run
- Open a terminal or command prompt.
- Navigate to the project's root directory.
- Use the following commands to compile and run the project:
javac Main.java java Main This will compile and execute the Java program.
- A: Move left
- D: Move right
- SPACE: Jump
src/: Contains the source code for the project.resources/: Contains any additional resources, such as images or tile maps.
- This project is intended for personal study and learning purposes only.
- The game mechanics and assets are simplified versions inspired by the original "Mario Bros" game.
- Some bugs needs to be fixed
- Create different maps