Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csc413-tankgame

Student Information
Student Name Aaron Carlson
Student Email acarlson8@mail.sfsu.edu

src Folder Purpose

src folder is to be used to store source code only.

resources Folder Purpose

resources folder is to be used to store the resources for your project only. This includes images, sounds, map text files, etc.

The src and resources folders can be deleted if you want a different file structure

jar Folder Purpose

The jar folder is to be used to store the built jar of your term-project.

NO SOURCE CODE SHOULD BE IN THIS FOLDER. DOING SO WILL CAUSE POINTS TO BE DEDUCTED

THIS FOLDER CAN NOT BE DELETED OR MOVED

Required Information when Submitting Tank Game

Version of Java Used:

Java 16.0.2 (openjdk-16)

IDE used:

IntelliJ IDEA

Steps to Import project into IDE:

  1. Open command prompt and enter the command “git clone https://github.com/csc413-su21/csc413-tankgame-ajccarlson.git” to clone the repository locally to your computer
  2. Open InjelliJ
  3. Click on "File", "New", "Project from Existing Sources"
  4. Navigate to and select the location of your cloned repository and click “OK”
  5. Select "Import project from external model"
  6. Select "Maven" and click "Finish"

Steps to Build your Project:

  1. Open IntelliJ
  2. Click on the green hammer icon near the top of the IDE labeled "Build Project"

Steps to run your Project:

  1. Open Windows PowerShell or your preferred terminal
  2. Enter the command "cd [location to your cloned repository]"
  3. Enter the command "cd jar"
  4. Enter "java -jar .\csc413-tankgame-ajccarlson.jar"

Alternatively

  1. Open InjelliJ
  2. Open the csc413-tankgame-ajccarlson project
  3. Navigate to the jar folder
  4. Right click on and run the "csc413-tankgame-ajccarlson.jar" file

Controls to play your Game:

Player 1 Player 2
Forward W
Backward S
Rotate left A
Rotate Right D
Shoot Space Enter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages