Skip to content

Commit

Permalink
removed sensitive information from readme, complied classes added to …
Browse files Browse the repository at this point in the history
…production
  • Loading branch information
saundemanu committed Nov 20, 2020
1 parent 4298fb3 commit 7422d3b
Show file tree
Hide file tree
Showing 32 changed files with 28 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# csc413-TankGame
# Tanks a lot

## Student Name : Emanuel Saunders
## Student ID : 917273245
***

**Built with:** IntelliJ IDEA 2018.3.4(Community Edition) with
Expand All @@ -12,6 +10,7 @@ JVM: OpenJDK 64-Bit Server VM by Jetbrains s.r.o

with JDK 11

Working Directory is
## Run instructions:

Download and open/execute Jar
Expand Down
13 changes: 13 additions & 0 deletions csc413-tankgame-saundemanu.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/Resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="csc413-tankgame-saundemanu" level="project" />
</component>
</module>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Game

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/gameEngine/Util/LevelLoader.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package gameEngine.Util;

import gameObje gameObjects.TankGameObjects.ObjectIDts.TankGameObjects.LevelAssets.AmmoCrate;
import gameObjects.ObjectID;
import gameObjects.TankGameObjects.LevelAssets.AmmoCrate;
import gameObjects.TankGameObjects.LevelAssets.DestructibleWall;
Expand Down
1 change: 0 additions & 1 deletion src/gameEngine/Util/ObjectManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package gameEngine.Util;

import gameObjects.ObjectID;
import gameObjects.TankGameObjects.LevelAssets.DestructibleWall;
import gameObjects.TankGameObjects.LevelAssets.Item;
import gameObjects.TankGameObjects.LevelAssets.Wall;
import gameObjects.TankGameObjects.PlayerAssets.Tank;
Expand Down
9 changes: 9 additions & 0 deletions tank/tank.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 7422d3b

Please sign in to comment.