Thread: space invader cloning

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    space invader cloning

    As my next project I would like to create a space invader clone. How would I store the aliens coordinates and make them move back and forth across the screen? To track the aliens would I use an array of structures or an array of ints?
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I would think that an array of structs or classes would be the best bet.
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Out of space when compiling kernel
    By NuNn in forum Linux Programming
    Replies: 3
    Last Post: 04-01-2009, 02:43 PM
  2. need help planning a space invader game
    By thestien in forum Game Programming
    Replies: 3
    Last Post: 10-03-2006, 01:08 AM
  3. Replies: 12
    Last Post: 05-17-2003, 05:58 AM
  4. Win32 API - Space Invader
    By lambs4 in forum Game Programming
    Replies: 5
    Last Post: 04-04-2003, 03:13 PM