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
- On keyboard, a & d to move left and right and space to shoot
- On controller, left joystick to move, right trigger to shoot
- 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