Skip to content

Very simple space invaders like shooter game made using the love2d framework

Notifications You must be signed in to change notification settings

tipiak75/LOVE2D-shooter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LOVE2D-shooter

Very simple space invaders like shooter game made using the love2d framework, first game i've made in love2d, and although it isn't much im proud of it

Controls

  • On keyboard, a & d to move left and right and space to shoot
  • On controller, left joystick to move, right trigger to shoot

For those who want to modify some things

  • if you want bullets to be faster, edit the "velocity" global variable (higher is faster)
  • if you want the player to move faster, edit the s variable in the players table (higher is faster)
  • if you want the player to fire faster edit the d variable in the players table (lower is faster)
  • the enemies spawn rate goes up overtime by default, but if you wanted to start with it higher edit the enemyDelay global variable (lower is faster)
  • if you want enemies to come down faster raise the enemySpeed variable

About

Very simple space invaders like shooter game made using the love2d framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%