Skip to content

This is a simple recreation of the popular mobile game Temple Run, written in Java for the NTNU course TDT4100

Notifications You must be signed in to change notification settings

Spiderpig02/AlienRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alien Run

Solo project for the course TDT4100 at NTNU

This project is based of the popular mobile game Temple Run, and is writen in Java using JavaFX for the user inferface, with simple file saving and mainly using included libraries (because of the requirements set for this project)

Screenshots

  • main menu of the game:

Alt text

  • Game Over:

Alt text

Image from Gyazo

Starting the game

To start the game, all you need is JVM on you PC Run the main methode in TempleRunApp.java file found under src/main/java/templeRun in your favourite code editor

Setup

  1. Ensure you have Java and JavaFX installed on your system. If not, download and install them from the official websites.
  2. Clone or download the repository to your local machine.
git clone https://github.com/Spiderpig02/AlienRun.git
cd AlienRun
  1. Compile and run the program.
mvn clean javafx:run

How to run Tests

To run the full test suite, run the following command in the root directory of the project:

mvn test

About

This is a simple recreation of the popular mobile game Temple Run, written in Java for the NTNU course TDT4100

Resources

Stars

Watchers

Forks