| Student Information | |
|---|---|
| Student Name | Thiha Aung |
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
First on my git repository, get the https link and git clone, then the project is ready to build in the IntelliJ IDE.
Open the project in the IntelliJ IDE and select the tank game as the root folder. The project classes are located under TankGame/src/tankrotationexample. Make sure to use JDK 21 or highter version of Java.
I created JAR file through the artifacts. I can run my JAR file by clicking the right click on csc413-tankgame-thihaaung32.jar and choosing run in the IntelliJ. I can also run in the terminal by locating jar file and run the " java -jar .\csc413-tankgame-thihaaung32.jar" command. Make sure to Java version is JDK 21 or higher. If you don't have jdk21 or higher, download first.
| Player 1 | Player 2 | |
|---|---|---|
| Forward | W | Up |
| Backward | S | Down |
| Rotate left | A | Left |
| Rotate Right | D | Right |
| Shoot | Space | Enter |