| Student Information | |
|---|---|
| Student Name | Louis Miguel Sabaricos |
| Student Email | lsabaricos1@sfsu.edu |
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 SE Development Kit 8u271
IntelliJ IDEA Community Edition 2020.3
- Download and install IntelliJ IDEA.
- Open terminal and navigate to the desired directory.
- Run: git clone
- Launch IntelliJ IDEA.
- Click 'New Project from Existing Sources'.
- Select the cloned directory and wait for indexing.
- Open the project in IntelliJ.
- Go to File > Project Structure > Artifacts.
- Add a new JAR artifact from modules with dependencies.
- Set Main-Class (e.g., tankgamepack.Launcher).
- Include all resources in Output Layout.
- Build > Build Artifacts > Build.
- Open terminal and navigate to the JAR's directory.
- Run using: java -jar yourjarfile.jar
| Action | Player 1 | Player 2 |
|---|---|---|
| Forward | W | Up Arrow |
| Backward | S | Down Arrow |
| Rotate Left | A | Left Arrow |
| Rotate Right | D | Right Arrow |
| Shoot | Space | Enter |