Thread: My First Game - Check It Out!

  1. #1
    Registered User SubLogic's Avatar
    Join Date
    Jan 2003
    Posts
    33

    Exclamation My First Game - Check It Out!

    Here's the executable game (.zip) - Post Comments!

    How to Setup: Download both attached files and place them in the same directory. Then run the snake2.zip file and extract the files. After that, click on test.exe to play. Note: the game includes sound effects so turn off previous running applications (that are using the sound card).
    0100001

  2. #2
    Registered User SubLogic's Avatar
    Join Date
    Jan 2003
    Posts
    33
    Here's the Second file...

    IMPORTANT: After downloading the file, rename it to snake2.z01 (without .txt).. This was created because CProgramming wouldnt support .z01 file types...
    0100001

  3. #3
    Registered User SubLogic's Avatar
    Join Date
    Jan 2003
    Posts
    33
    Here's the Source..
    (This code perfectly compiled on Microsoft Visual Studio 6.0 without issuing any errors or warnings)
    0100001

  4. #4
    Registered User SubLogic's Avatar
    Join Date
    Jan 2003
    Posts
    33
    Forgot to post the controls:
    a: left
    d: right
    w: up
    s: down
    q: quit

    any other key: pause
    0100001

  5. #5
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Helo,

    It's pretty good yo.

    Btw, this is snake 1, not snake 2

  6. #6
    Registered User SubLogic's Avatar
    Join Date
    Jan 2003
    Posts
    33
    The reason I named it snake2 is because I already had a .zip file containing something else inside, so I named it Snake 2... Btw: What is the difference between snake1 and snake2 ?
    0100001

  7. #7
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Oh, snake 2 allows you to go through walls and eat bonuses, like the one on my mobile.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Not working in linux...
    By mramazing in forum C++ Programming
    Replies: 6
    Last Post: 01-08-2009, 02:18 AM
  2. 2D Game project requires extra C++ programmers, new or experienced
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 05-16-2007, 10:46 AM
  3. 2D RPG Online Game Project. 30% Complete. To be released and marketed.
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 10-28-2006, 12:48 AM
  4. C Programming 2d Array Question
    By jeev2005 in forum C Programming
    Replies: 3
    Last Post: 04-26-2006, 03:18 PM
  5. Check my Tic Tac Toe game for bugs please
    By aresashura in forum Game Programming
    Replies: 5
    Last Post: 12-19-2001, 08:47 AM