Invaderz

User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

File Download Invaderz

Post by AndyMt »

Screenshot 1
Screenshot 1
screenshot01sm.png (179.89 KiB) Viewed 8651 times
This is a space invaders inspired game. Use the mouse or joystick to control the player ship.
The shield segments can take 2 hits each. If enemies get too close you retreat back to the last level.
You lose when all your lives are gone or you fall back to earth level again.

INVADERZ.PRG works on actual hardware and requires emulator R44 or newer!

Try It Now!
(with the web emulator)

Download:
INVADERZ V095.ZIP
Download
(292.17 KiB) Downloaded 509 times
Roadmap:
  • more diverse enemy formations
  • enemy attack raids over the sides
  • power ups (shields, double cannon, disruptors etc.)
  • boss enemy
  • joystick controldone
  • music done
  • Different enemy sprites. done
  • Sprite animations. done
  • fade in/out of palettes and backgrounds. done
  • more levels with more backgrounds (all planets of the solar system), done
  • sound effects basics done
  • title screen done

How to use with the emulator installed locally on your machine:
  • Unpack ZIP file contents into the same directory as the emulator.
  • Start the emulator, then enter
  • LOAD"INVADERZ.PRG"
  • RUN
V0.8: added "Try it now" button
V0.9: integrated zsound library, other stuff
V0.95:bugfixes for R44.
Last edited by AndyMt on Wed Oct 18, 2023 3:13 pm, edited 10 times in total.
mwiedmann
Posts: 70
Joined: Fri Jan 20, 2023 2:21 am
Location: New York City

Re: Invaderz

Post by mwiedmann »

I'm using the latest emulator (v41) but running your game (using the zip you provided), it says:

"Unsupported Kernal version 41"
TomXP411
Posts: 1781
Joined: Tue May 19, 2020 8:49 pm

Re: Invaderz

Post by TomXP411 »

mwiedmann wrote: Fri Jan 20, 2023 2:57 am I'm using the latest emulator (v41) but running your game (using the zip you provided), it says:

"Unsupported Kernal version 41"
Confirmed. Same behavior here.
User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

Re: Invaderz

Post by AndyMt »

I must have messed up the files. I'll check.

EDIT: ok, fixed. Somehow I linked to old file from the library.
User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

Re: Invaderz

Post by AndyMt »

Update Version 0.9:
  • Uses ZSound library now - thanks a lot @ZeroByte. This is much more stable now than my own haphazard player... and better performance too, as mine was in written in C.
  • Added a "speed" (aka "difficulty") gameplay option for low, medium and hard. I wonder who will make it to the end in hard :lol: ...
  • Some bugfixes, too and more adaptations to R42.
kelli217
Posts: 531
Joined: Sun Jul 05, 2020 11:27 pm

Re: Invaderz

Post by kelli217 »

Seems that it's better to leave a few invaderz scattered across different columns... otherwise enemy fire comes raining down from the last column or two making it quite tricky to get them all without being shot.
User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

Re: Invaderz

Post by AndyMt »

Sure... but at some point there is one last left - better have some shields remaining for cover ;)
TomXP411
Posts: 1781
Joined: Tue May 19, 2020 8:49 pm

Re: Invaderz

Post by TomXP411 »

FYI, It has been reported that this game freezes while "Loading Assets" on the latest hardware.

It does work on the R43 emulator.
User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

Re: Invaderz

Post by AndyMt »

Yes, I still have to update my dev board to the latest stuff. Including the microcontroller, for which I haven't found a working programmer... and time to do it.
User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

Re: Invaderz

Post by AndyMt »

After loads of debugging I finally got it to work reliably on R44 emulator and hardware. Main issue was that emulator and hardware behaved differnt (mainly VERA video and PSG).
So - have fun!
Post Reply