Skip to content

ps173/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A Asteroids clone

An asetroids clone made using love2d and lua.

Controls

  • s : shoot bullets
  • up-arrow : move forward
  • left-arrow : rotate backward
  • right-arrow : rotate forward

Check the realase page to see the executables.

How to run from source

Dependencies :
- love2d
- lua

After setting up the dependencies go to the src folder and run love2d . (in command-line of course)
This will tell love 2d to run the code. To know more about love2d go check their wiki