Hey guys,
Last night I was bored so I decided to do a tiny game jam with me myself and I and I came up with this unoriginal but sort of fun game that actually contains the best artwork I personalty have ever created. I hope you enjoy
Itch page:
https://canadiangamer.itch.io/stereotypicalspaceshooter
Stereotypical 2D Space Shooter
- CanadianGamer
- Party member
- Posts: 132
- Joined: Tue Jun 30, 2015 1:23 pm
- Location: Canada
- Contact:
Stereotypical 2D Space Shooter
My serious itch.io page:
https://pentamonium-studios.itch.io/
My less serious itch.io page:
http://canadiangamer.itch.io
https://pentamonium-studios.itch.io/
My less serious itch.io page:
http://canadiangamer.itch.io
Re: Stereotypical 2D Space Shooter
It's pretty good, but I do have something to say about it.
I noticed you use the same code multiple times - Instead of making a separate 'if' statement for wasd keys and arrow keys, you can do this:
And instead of copy-pasting the game over code, you can just make a function that will contain said code, and use that function where needed. Or you can just make an 'or' statement -
Other than that, good work! Some sounds would be nice, too.
I noticed you use the same code multiple times - Instead of making a separate 'if' statement for wasd keys and arrow keys, you can do this:
Code: Select all
if love.keyboard.isDown('left','a') then
Code: Select all
if losecondition1 or losecondition2 or etc then
--game over stuff here
end
- CanadianGamer
- Party member
- Posts: 132
- Joined: Tue Jun 30, 2015 1:23 pm
- Location: Canada
- Contact:
Re: Stereotypical 2D Space Shooter
Yes I realized that after I had finished at which point I was tired and just called it a boost feature and left it at that
My serious itch.io page:
https://pentamonium-studios.itch.io/
My less serious itch.io page:
http://canadiangamer.itch.io
https://pentamonium-studios.itch.io/
My less serious itch.io page:
http://canadiangamer.itch.io
Who is online
Users browsing this forum: No registered users and 1 guest