A simple interactive game based on the Grid Arena watercolor artwork.
-
Make sure you have LÖVE2D installed:
brew install love
-
Run the game:
cd ~/src/gridarena_game love .
- Arrow keys: Move the player character
- ESC: Quit the game
- R: Reset the game
- 1/2/3: Change difficulty level
- +/-: Adjust game speed
- D: Toggle debug mode
- W: Toggle wall visualization
- P: Toggle path visualization
- G: Toggle grid visualization
- C: Toggle collider visualization
- I: Toggle god mode (invincibility)
- Navigate through the colored paths of the Grid Arena artwork
- Collect all the yellow dots to win
- Try to complete the challenge as quickly as possible
This is a simple starting point. You can extend the game by:
- Adding new game mechanics
- Creating levels with different layouts
- Adding sound effects and music
- Implementing enemies or obstacles
Based on the "Grid Arena" watercolor artwork.