News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Destructible Aliens From Space

Started by kevin, March 20, 2021, 10:27:34 PM

Previous topic - Next topic

kevin

   (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:
   




PlayBASIC Code: [Select]
` *=---------------------------------------------------------------------=*
`
` >> 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.
`
`
`` *=---------------------------------------------------------------------=*






  Related To

         - Invaders From Space
        - Galactoids 2002 (PlayBASIC port) Free Game
        - No Media Space Invaders
        - Axis
        - Spac Attack




  Download

       Attached to this post.