Sloppy but completed ShipWarfare class

This commit is contained in:
KahootChampion
2019-02-21 23:44:30 -07:00
parent 3bd9f58fb1
commit f9435e7309
4 changed files with 394 additions and 328 deletions

View File

@@ -8,7 +8,7 @@ public class Player {
private int generalHeld = 0;
private int armsHeld = 0;
private int location = 1;
private int guns = 1000;
private int guns = 3;
private int HP = 100;