index.html
: This is the file that contains the HTML code that defines the canvas on the web page for the game and loads all of the source code for your game.src/GLSLShaders
: This is the folder that contains all the GLSL source code files that shade the elements of your game.src/Engine
: This is the folder that contains all the source code for your game engine.src/MyGame
: This is the client folder that contains the source code for the actual game.