This is a maze game test, it may become a game later but right now you can move around using W and S to move back and forth and A and S to rotate, or you can use the arrow keys to the same effect. if you want to you can customize the maze by going into the code and changing the input graph which is labeled under background but if you don't know what you are doing you might break the simulation.
Changelog ---------------- v0.1 -- 3 layer deep 3D visuals with middle and side panels, back and forth movement, left and right rotation. customizable maze layout through the code. v0.2 -- added side panels sprites to each layer instead of having them as part of the background for added detail and future ability to change code, also slightly modified the value output string for visuals to accomadate that change. v0.3 -- Fixed side panels 2 and 3 Fixed Sprite Layering Fog appears when panels are removed instead of it being on the background layer