Skip to content

jrsharp/grid_arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid Arena Game

A simple interactive game based on the Grid Arena watercolor artwork.

How to Play

  1. Make sure you have LÖVE2D installed:

    brew install love
  2. Run the game:

    cd ~/src/gridarena_game
    love .

Controls

  • Arrow keys: Move the player character
  • ESC: Quit the game
  • R: Reset the game
  • 1/2/3: Change difficulty level
  • +/-: Adjust game speed

Debug Controls

  • 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)

Gameplay

  • 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

Customization

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

Credits

Based on the "Grid Arena" watercolor artwork.

About

an artwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages