@@ -39,6 +48,10 @@ public class GameView extends SurfaceView implements Runnable{
* Continuously loops through update(), draw(), and sleep() if the app is running
* Overrides from Runnable class, which Thread automatically calls once resume() initializes said Thread
*/
/**
* Runs the app by continuously calling private methods {@link Void update()} and {@link Void draw()} based on whether the app {@link Boolean isRunning}