| Student Information | |
|---|---|
| Student Name | Aaron Carlson |
| Student Email | acarlson8@mail.sfsu.edu |
src folder is to be used to store source code only.
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
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
Java 16.0.2 (openjdk-16)
IntelliJ IDEA
- 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
- Open InjelliJ
- Click on "File", "New", "Project from Existing Sources"
- Navigate to and select the location of your cloned repository and click “OK”
- Select "Import project from external model"
- Select "Maven" and click "Finish"
- Open IntelliJ
- Click on the green hammer icon near the top of the IDE labeled "Build Project"
- Open Windows PowerShell or your preferred terminal
- Enter the command "cd [location to your cloned repository]"
- Enter the command "cd jar"
- Enter "java -jar .\csc413-tankgame-ajccarlson.jar"
Alternatively
- Open InjelliJ
- Open the csc413-tankgame-ajccarlson project
- Navigate to the jar folder
- Right click on and run the "csc413-tankgame-ajccarlson.jar" file
| Player 1 | Player 2 | |
|---|---|---|
| Forward | W | ↑ |
| Backward | S | ↓ |
| Rotate left | A | ← |
| Rotate Right | D | → |
| Shoot | Space | Enter |