rpg.md Defines data for assets in the game and starts the game
GameControl.js manages the game and allows key events to be concise.
GameEnv.js Uses a classic Java static class pattern that manages the game enviroment
Background.js Creates the background
rpg.md Defines data for assets in the game and starts the game GameControl.js manages the game and allows key events to be concise. GameEnv.js Uses a classic Java static class pattern that manages the game enviroment Background.js Creates the background