2D top-down maze game example.
My goal was to figure out by myself how to implement map scrolling.
Features:
- importing map from the editor
- partial map rendering in the viewport
- scrolling when the player moves around
- wall collisions
- enemy collisions
- game states
- shooting