Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 589 Bytes

File metadata and controls

13 lines (8 loc) · 589 Bytes

Space Invaders

This is an attempt to recreate space invaders with lua language and Love2d framework.

to run it:

  • Check if you have lua installed on your machine, if not, get it at: https://www.lua.org/download.html
  • Download/install love2d: https://love2d.org/
  • To run the game from the terminal you can define the path to love2d temporary if you’re on a Mac or Linux (more instructions on Windows can be found at - https://love2d.org/wiki/PATH): export PATH=$PATH:/Applications/love.app/Contents/MacOS/
  • And then from the main.lua folder run the command love .