/love-infinite-runner

Infinite Runner game built with the LÖVE game engine

Primary LanguageLuaMIT LicenseMIT

Infinite Runner

A simple infinite runner game to help me learn LÖVE

Running the game

Currently the code is only available via source. No redistributable is available yet:

  1. Download and install LÖVE.
  2. Open your favorite terminal/command prompt, and CD to the installed directory
  3. Run the command love "path to directory"
    • Alternatively, you can add the love directory to your PATH variable, and CD to the /src folder, and run with love .

The entry point for the game is /src/main.lua Only tested and developed on Windows 10