Thread: A few programs for you guys to check out

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    52

    A few programs for you guys to check out

    If you guys wouldnt mind to much I would like you to check out a few programs. These are test programs and as such many features are non-existant. I havent been on the forums in a while so i apologize but been really busy anywaz here ya go.

    I have been testing creating games using 2d arrays and this is what i have come up with. There is a game called Blaster in which you move using a wasd system. In the blaster game use the 'e' key to shoot a blast. You can only shoot one at a time.

    The second game is a pacman like game, move using wasd.

    For those that dont know wasd system is this...

    up = w
    left = a
    down = s
    right = d

    Thanks for checkin these out if you do. Responses would be great. Also If you can think of other games that can be done on a 2d scale plz let me know im runnin out of ideas. I am currently writing a game like "breakout" if u have ever heard of it.

    Anywaz I need more ideas for games and suggestions for the ones I post thanks...

    ermmm it seems they dont alllow u to put zip files on the site anymore, my bad. Ill send you the source code and u can put it in and compile it.
    Last edited by Siggy; 12-29-2004 at 09:27 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  2. spell check in C using a dictionary file
    By goron350 in forum C Programming
    Replies: 10
    Last Post: 11-25-2004, 06:44 PM
  3. MFC: How do you check if a directory exists before creating?
    By BrianK in forum Windows Programming
    Replies: 5
    Last Post: 07-06-2004, 01:09 AM
  4. Infinite Loop check..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 08-13-2003, 08:13 PM
  5. writing/reading from file produces double results.
    By stumon in forum C Programming
    Replies: 4
    Last Post: 03-20-2003, 04:01 PM