Student Information | |
---|---|
Student Name | Devon Huang |
Student Email | [email protected] |
The jar folder will 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 version 22.0.2
IntelliJ IDEA 2021.2.3 (Ultimate Edition)
- Go to https://github.com/csc413-SFSU-SU2024/csc413-tankgame-Novedh
- click on code and download the zip
- unpackage the zip and move the folder to a good place
- Open your IDE (IntelliJ or VSCode)
- Open project on the project folder
- Project has been imported!
- Have java installed
- Open IDE
- go to the Hammer(if using Intellij) and click on it to Build.
There are a couple options
First Option (thru jar):
- In the file explorer open the jar folder
- double click jar
- Now it is running
Second Option (thru IDE):
- Building the project
- Go to Launcher class
- play the Main function
- Now it is running
Player 1 | Player 2 | |
---|---|---|
Forward | W | UP |
Backward | S | DOWN |
Rotate left | A | LEFT |
Rotate Right | D | RIGHT |
Shoot | Space | RETURN/ENTER |