Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 573 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 573 Bytes

GGJ - Global Game Jam 2023

About

This is a game made for the Global Game Jam 2023. The theme was "ROOT". The game is a 2D runner where you play the role of a lost root trying to find water to survive, while dodging the environment to not die....

Enjoy!

clone the repo

git clone [email protected]:Queng123/GGJ.git

install dependencies -> Love2D

install Love2D from the Love2D Official Website!

run the game

  • Linux

love PATH_TO_GGJ_FOLDER
  • Windows

"PATH_TO_LOVE.exe" "PATH_TO_GGJ_FOLDER"