Skip to content

AndrewDiMola/box-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Runner

Box Runner is a "Hello World!"-style game for learning the basics of LÖVE / Lua.

simpledemo

How to run the game

LÖVE can load a game in two ways:

  • From a folder that contains a main.lua file.
  • From a .love file that has a main.lua file in the top-most directory level (aka root)

Hands-on Quickstart

See Hands-on LÖVE Quickstart.

How to play

As the mighty yellow box, press the Spacebar to jump over enemy red boxes.

If you collide with a red box you lose the game.

How to restart the game

After colliding with a box, press the Spacebar to restart the game.

High scores

Earn a higher score by jumping over more boxes! The longer you play, the higher your score.

License

MIT License

About

A "Hello World!"-style game for learning LÖVE / Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages