Skip to content

M-Parsaei/Escape_After_Extinction_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape After Extinction

You used to rule the earth, but eventually, your long lasting reign had come to an end. After being extinct for millions of years, you've been given another chance at life. Will you use it to retake the crown and become the apex predator you used to be? Of course you will! The first step is to escape the lab in which you were created.

It’s time to escape after extinction.

Prerequisites

To begin working on this project, you will need to have the following installed:

Setup

  1. Clone the repository using the command:
git clone git@csil-git1.cs.surrey.sfu.ca:cmpt276s23_group7/escape-after-extinction.git
  1. Open the project in your IDE of choice.

Build the Project

Start by building this maven project using the command:

mvn package

To run it, navigate to the target folder and run the file escape-after-extinction-1.0-SNAPSHOT-javadoc.jar.

Run the Tests

To run the tests, use the command:

mvn test

Documentation

The documentation for this project can be built using the command:

mvn javadoc:javadoc

Documentation HTML can then be found in the target/site/apidocs folder.

Code Coverage Report

The Code Coverage report for this project can be built using the command:

mvn jacoco:prepare-agent test install jacoco:report

HTML Report Documentation can then be found in the target/site/index.html folder.

Assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages