Skip to content

NamelessProj/Chrome_Dinosaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java version

licence repo size

Chrome Dinosaur Game (Java)

A simple clone of the Chrome Dinosaur offline game, written in Java using Swing.

Features

  • Classic endless runner gameplay
  • Jump and duck to avoid cacti and pterodactyls
  • Moving ground and clouds for a dynamic background
  • Score and high score tracking

How to Run

  1. Requirements:

    • Java 23 or higher
    • Maven
  2. Build and Run:

    • Clone the repository:
      git clone https://github.com/NamelessProj/Chrome_Dinosaur.git
    • Navigate to the project directory:
      cd Chrome_Dinosaur
    • Build the project using Maven:
        mvn clean package
        mvn compile
        mvn package
    • Run the game:
        java -jar target/Chrome_Dinosaure-1.0-SNAPSHOT.jar
  3. Controls:

    • Key Up: Jump
    • Key Down: Duck
    • Key R: Restart game

Project Structure

License

See LICENCE for details.

About

A simple clone of the Chrome Dinosaur offline game, written in Java using Swing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages