issues
search
hadiplays
/
Escape-the-Dungeon-No-CAP
3
stars
0
forks
source link
Add Class Comments and New Class Files
#3
Closed
hadiplays
closed
7 months ago
hadiplays
commented
7 months ago
Added comments to the User, Chaser, Map, and Game classes
From User and Chaser:
Changed boolean key; to -> int numKeys; and boolean openDoor;
From Game:
Changed float[] speedSet; -> float[] speedChaser;