Thread: My first game!!!!

  1. #151
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Oh and the large number of replies are 1/2 Paros

  2. #152
    Registered User
    Join Date
    Mar 2002
    Posts
    203
    I use goto statements like they are going tou of style.
    ewwww! ...and they have been outa style

  3. #153
    Registered User Paro's Avatar
    Join Date
    Feb 2002
    Posts
    160

    Talking hehe

    [email protected]

    i dont use ICQ because i dont like it... my AIM is YzParo, and i use MSN Messenger all the time! but not ICQ

    i thought you were going to put it on the site so everyone could test it, but ill do it myself (with a little help from my class lol)

    so yea, send me it so i can start playin!!!

  4. #154
    Registered User Paro's Avatar
    Join Date
    Feb 2002
    Posts
    160
    Argh with all the new games i have so much trouble saving... Just to keep you guys up to date, the new game is much more advanced in the text based area than it was before, the stat viewing is real cool, theres armor upgrades, places to hold items, item use in battles, you can save your potions in your inventory, and theres an input that gives you a cheat .txt file that tells you what to input to get free stats and skills

    he will probably make a new thread when he releases it and i wont be posting the errors here, i email them to him

  5. #155
    Registered User
    Join Date
    Jan 2002
    Posts
    106
    you need to go far with this game. Add some PlaySound(); functions or graphics. Add some REAL AI, create a .dll file which contains the computer's Artificial Intelligence

  6. #156
    His posts are far and few Esparno's Avatar
    Join Date
    Mar 2002
    Posts
    100
    Best AI ever
    Nicknamed "packman AI"

    PHP Code:
    if (playerX>enemyX)
         
    enemyX-=1;
    if (
    playerX<enemyX)
         
    enemyX+=1;
    if (
    playerY>enemyY)
         
    enemyY-=1;
    if (
    playerY<enemyY)
         
    enemyY+=1;
    if ((
    playerX==enemyX)&&(playerY==enemyY))
    goto 
    GameOver;
    GameOver:                          //GameOver
    return (0); 
    Signature is optional, I didnt opt for one.

  7. #157
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Why is my playsound code:

    Code:
    PlaySound("meetns.wav", NULL , SND_FILENAME | SND_ASYNC);
    giving me this error:


    C:\WINDOWS\TEMP\ccJikjgb.o(.text$manage__6CASTLE+0 x335):fightg~2.cpp: undefined reference to `PlaySoundA@12'

  8. #158
    that looks like a linker error. It's probably in your libraries.

  9. #159
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    What library do i need to include for PlaySound to work?

  10. #160
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Great Game!

    Hey great game! I've been playing since day 1 and it keeps getting better! And now I hear your gonna add sound and I'm going crazy! When is the next release? I NEED TO KNOW!
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  11. #161
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Testing...

    Yeah! How come Paro gets to test it. Put it on the board or something. Wahhhhhhhhhhhhhhhhhh!
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  12. #162
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Unhappy source code

    Can you release the source code with the next release. Add some coments cause I was learning a lot before the "version thingy"
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  13. #163
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    I'll just point out that ErionD hasn't been around in months.. and this thread is like a year old.

  14. #164
    Registered User biosx's Avatar
    Join Date
    Aug 2001
    Posts
    230
    Originally posted by Eibro
    I'll just point out that ErionD hasn't been around in months.. and this thread is like a year old.
    Right? I mean, I posted in this thread and I can't even remember what I was doing at that time.

  15. #165
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    Wow, how did this get bumped up? Is stan100 a clone of Paro??
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 AM
  3. game engine advice?
    By stien in forum Game Programming
    Replies: 0
    Last Post: 01-23-2007, 03:46 PM
  4. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM