(Destructible) Aliens From Space This is one a few demonstrations that was originally made for a 3rd party, but to my knowledge they were never used the code. So we might as well release it to the remaining PlayBASIC user base..
Invaders from space is Space Invaders styled framework that uses the idea of scenes made of destructible objects. So in this version you can not only shot your way through bunkers, but enemies and vice versa. Just for something different.
The invaders are manged in groups within our scene list, allowing us to control not just a single group but as many as we'd like.
The original idea dates back to my DarkBASIC days where we had a concept of mixing a bunch of classic coin ops into mash up game.. That became the tech demo Spac Attack.. Which one day i'll port to PlayBASIC.. But anyway..
All in all this code for looking for alternative methods for managing more complicated scenes in their 2D PlayBASIC games.
Video: [pbcode]
` *=---------------------------------------------------------------------=*
`
` >> Aliens From Space <<
`
` By: Kevin Picone
`
` Started: (18th,July,2010)
`
` Last Updated: (21st,March,2021)
`
` (c) copyright 2010-2021 Kevin Picone, All rights reserved
`
` *=---------------------------------------------------------------------=*
`
` This is one a few demonstrations that was originally made for a 3rd
` party, but to my knowledge they were never used the code. So we
` might as well release it to the remaining PlayBASIC user base..
`
` Invaders from space is Space Invaders styled framework that uses
` the idea of scenes made of destructible objects. So in this version
` you can not only shot your way through bunkers, but enemies
` and vice versa. Just for something different.
`
` The invaders are manged in groups within our scene list, allowing
` us to control not just a single group but as many as we'd like.
`
` The original idea dates back to my DarkBASIC days where we had
` a concept of mixing a bunch of classic coin ops into mash up game..
` That became the tech demo Spac Attack.. Which one day i'll port to
` PlayBASIC.. But anyway..
`
` All in all this code for looking for alternative methods for
` managing more complicated scenes in their 2D PlayBASIC games.
`
`
`` *=---------------------------------------------------------------------=*
[/pbcode]
Related To - Invaders From Space (https://www.underwaredesign.com/forums/index.php?topic=3477.0)
- Galactoids 2002 (PlayBASIC port) Free Game (https://www.underwaredesign.com/forums/index.php?topic=4186.0)
- No Media Space Invaders (https://www.underwaredesign.com/forums/index.php?topic=3597.0)
- Axis (https://www.underwaredesign.com/forums/index.php?topic=1278.0)
- Spac Attack (https://www.underwaredesign.com/?page=programs.Spac-Attack)
Download Attached to this post.