The classic DinoRun game, this application was made with the Swing and AWT libraries and incorporates a custom-made graphic tool that implements the Bresenham algorithm for rendering.
- Start by cloning this repository to your local machine.
- Open the project in your preferred Java Integrated Development Environment (IDE).
- Locate the main Java file (
main
method) in your IDE and run it. This will execute the program.
Welcome to the Dino Game! Your goal is simple: guide your dino safely through the desert by making it jump over cacti.
- Your dino automatically moves forward, and your job is to time its jumps to clear the oncoming obstacles.
- The game ends when your dino collides with an obstacle.
- Your final score will be displayed.
- Use the spacebar to make the dino jump.
This project is licensed under the GNU GPL 3.0 License. See the LICENSE.txt file for more information.
- Jaanai @codeandcoffe
- Raúl @ralo-dev