RPG.md: This allows you to keep all the code for your RPG game all in one place for easy access. This makes changes and updates easier and more efficient. You are able to see and comprehend the code much easier.
GameControl.js: Defines data for assets in the game and starts the game.
GameEnv.js: Uses a classic Java static class pattern that manages the game environment.
Popcorn Hacks