Skip to content

ChangxuRen-github/CS5004_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

CS5004_Final_Project

CS5004_Final_Project

Project name: Artillery game

Group member: Jie Zhang Changxu Ren

Build Requirements:

  • JDK version >= 17.0
  • maven version >= 3.8

How to do further development:

Using IntelliJ:

Open 2DGameDemo as the project folder. And check the module settings and make sure src dir and JDK version are set properly.

How to run locally:

git clone https://github.com/ChangxuRen-github/CS5004_Final_Project.git 
cd CS5004_Final_Project/2DGameDemo
mvn compile exec:java

How to build a runnable jar:

mvn clean install assembly:single

The runnable jar will be at path:

./2DGameDemo/target/ArtilleryGame-1.0-SNAPSHOT-jar-with-dependencies.jar 

About

CS5004_Final_Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages