News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

Shoot The Alien

Started by kevin, March 06, 2010, 01:35:23 PM

Previous topic - Next topic

kevin

 Shoot The Alien

    This example is for of the CleverCoder challenge #19.   The challenge was to create a space invader styles game, but limited the number of aliens to one.  

     The code is bit long that need be really, as the code draws simple polygons to shape to represent the Alien / Player  & Bullets.  The polygons are then merged to shapes for collision detection between the various character types.    I've tried to divide everything into groups of function to separate everything as much as possible.  Which in turn creates a little extra code, but is less error prone in longer projects.


Downloads
 
      Shoot The Alien (login required)   This version requires PlayBasicV1.64k  or above.  

      Shoot The Alien (login required)   This version will run on all versions (V1.63 Learning Edition)