Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.34 KB

DinoRun-2D

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.

Getting started

  1. Start by cloning this repository to your local machine.
  2. Open the project in your preferred Java Integrated Development Environment (IDE).
  3. Locate the main Java file (main method) in your IDE and run it. This will execute the program.

How to Play

Welcome to the Dino Game! Your goal is simple: guide your dino safely through the desert by making it jump over cacti.

Objective

  • Your dino automatically moves forward, and your job is to time its jumps to clear the oncoming obstacles.

Game Over

  • The game ends when your dino collides with an obstacle.
  • Your final score will be displayed.

Controls

  • Use the spacebar to make the dino jump.

License

This project is licensed under the GNU GPL 3.0 License. See the LICENSE.txt file for more information.

Authors

Sources