Page 1 of 1
Easy spaceship shooter game
Posted: Fri May 27, 2022 12:17 pm
by andyvrtl
I'm new with Love2d, but in this weeks I have been creating a game similar to 1943. I started it with only a tutorial of 200 lines of code, and right now, it has around 1600 lines. This improvement is due to all the people that helps this community to grow, so I am very grateful to be able to share my work with you.
If someone wants to know exactly what the game does, I'll find a detailed explanation in my GitHub repository:
https://github.com/andyesprg/shooter-game-with-love2D
I hope you like it!
Re: Easy spaceship shooter game
Posted: Fri May 27, 2022 5:08 pm
by milon
Nicely done!
Here's a quick screenshot since a picture is worth a thousand words.

- Screenshot_2022-05-27_13-03-42.png (89.53 KiB) Viewed 4465 times
I don't know if this is intentional or not, but purple hearts hurt you on "pickup".
Also, my little monitor isn't wide enough for your initial resolution so I simply played it in fullscreen. You're probably aware, but you can get the screen resolution with
love.window.getMode(), and use that to ensure the game window will fit onscreen.
Re: Easy spaceship shooter game
Posted: Fri May 27, 2022 10:51 pm
by knorke
good work for a first project
milon wrote: ↑Fri May 27, 2022 5:08 pm
I don't know if this is intentional or not, but purple hearts hurt you on "pickup".
I read the instruction beforehand which say:
"...a purple heart will appear, don't touch it! If you do it, you will loose one heart."
And I thought ooh that will be confusing.
Maybe use a skull or bomb graphic?
It should not be nessecary to read a manual to find out whether an object has good or bad effects.
Same with keys layout: Just show the keys on splashscreen. (Players will try common keys like arrows & spacebar but I doubt many will find "b" to shot a bomb, especially since there is nothing ingame that hints towards a secondary weapon)
On death all enemies disappear, I think would be smoother if they continue until offscreen.
Gameplay seems technically okay but a bit lacking. Maybe there would be more depth to it if enemies attacked in formations, currently it is noticeably very random()
Learning the patterns of enemies is usually a big part of scrolling shooters and it also gives a sense of progress.
Re: Easy spaceship shooter game
Posted: Sat May 28, 2022 12:19 am
by freeve4h
this is great!
Re: Easy spaceship shooter game
Posted: Mon May 30, 2022 7:35 am
by andyvrtl
I'm so grateful for all your comments and your advices, I have tried to make several improvements as you have told me, I hope you like it.
Re: Easy spaceship shooter game
Posted: Wed Jun 08, 2022 12:02 pm
by andyvrtl
I have improved this game with a new library called spline, you can see this improvement here:
https://github.com/andyesprg/shooter-game-with-love2D
Re: Easy spaceship shooter game
Posted: Sat Jun 18, 2022 4:16 am
by Mail_isSWAG
Really fun! Great Game!