This is a simple Dino game implemented in Java.
-
Compile the source code:
javac -d bin src/**/*.java src/*.java
-
Run the game:
-
On Linux/macOS:
./run.sh
-
On Windows:
run.bat
-
src/: Contains the Java source code.bin/: Contains the compiled Java classes.assets/: Contains game assets like images.data/: Contains game data.run.sh: Shell script to run the game on Linux/macOS.run.bat: Batch script to run the game on Windows.
- Java Development Kit (JDK)
This README was generated by Gemini CLI.