This project is a 2D Mario Game Engine developed using Java. It aims to replicate the classic dynamics of Mario games and provides a framework for creating similar platform-style games.
Java
I am using Java SDK version 20
to build and run this project.
I am using Gradle
as the build tool for this project.
The following dependencies are used in this project:
LWJGL
- Lightweight Java Game LibraryJOML
- Java OpenGL Math LibraryImGui
- Immediate Mode Graphical User InterfaceGson
- Google JSON libraryLombok
- Java annotation library
- Ensure you have Java SDK version 20 installed.
- Clone the project.
- Install dependencies.
- Run the project.
Feel free to fork, create a Pull Request or open an Issue.