Release

Super Space Invaders Arcade game

2

was8bit 2019-01-29 18:03 (Edited)

(Special thanks to The Emerald Derp Leader for the spaceship design)

... following a burst of inspiration :) ... beginning with INTRO, more to come ...
V0.2 = aliens for target practice...

V1.1 = aliens now fire back ...
V1.2 = added 3 more alien types
V1.3 = fixed a bug
V1.4 = tweaks
V2.1 = more tweaks, added music byte...
V2.3 = added lives
V2.4 = tweaks, made gameplay easier

To be added... blockades and bombs....


was8bit 2019-01-30 18:11

It's now playable ... need feedback on difficulty level as I find it challenging as is.. will be adding more aliens and them different play modes (different difficulties, current mode will be the easiest level)

Thanks for any feedback :)


was8bit 2019-01-31 03:20 (Edited)

Added 3 more alien types... added a method for adding the different aliens, and added a check for a level cleared... game currently halts at level clear...

Different levels, will have extra stuff and more aliens...


desbyc 2019-01-31 17:15

Much to hard for me😳.


Timo 2019-01-31 17:30

Design ideas:
- Make the stars blueish (I tried, but I couldn't understand quickly which palettes you use)
- Set the priority flag of the text, so it appears in front of the sprites
- I think the spaceship colors of Emerald Derp Leader looked better (white)


The Emerald Derp Leader 2019-01-31 20:56

I made an adjustment and addition to my palette:
- Normal: (0,0,0)(3,3,3)(3,2,0)(1,1,1) 003F2A15002A063000150000003F3815
0005160000053D2B000C0804003F2A15

- Second: (0,0,0)(3,2,0)(0,3,3)(1,1,1) 003F2A15002A06300015000000380F15
0005160000053D2B000C0804003F2A15

These are all based on the same thing: https://ftl.fandom.com/wiki/The_Kestrel_Cruiser

@Timo, I think the first palette is the stars.

I think the respawn time should be quicker, because I didn’t realize it was there until I started it in my browser and went to see if I was dead.


was8bit 2019-01-31 23:08

Star colors are abit odd... the big stars use all 3 colors of set#0, the little stars use the first color of each sets#0,1,2 as the animation cells are all done in color one, to get 3 colors then without having to have 3 sets of little star animations, I simply use 3 pallets,, abit wasteful, but effective..


was8bit 2019-02-01 00:27 (Edited)

Thanks for the tips and help... I added animation to the player hit/rebirth :)


was8bit 2019-02-03 14:31 (Edited)

Please test the easier gameplay and see if it is ok or is it too easy.... thanks :) I've removed the dual button restriction...


Log in to reply.