View Poll Results: What do you think so far?

Voters
10. You may not vote on this poll
  • Good potential, keep programming!

    2 20.00%
  • Its cool. Not great, but cool.

    0 0%
  • Iffy. Weak design/game/etc, but still alright.

    2 20.00%
  • Horrid.

    2 20.00%
  • Too early to tell.

    4 40.00%
  • Couldn't download/execute

    0 0%

Thread: Would you like to test a gae?

  1. #1
    Registered User GrNxxDaY's Avatar
    Join Date
    Jul 2002
    Posts
    140

    Would you like to test a game?

    Hi all. I've completed the basic shell of my text-rpg. The character is able to move around, although there are only 3 rooms =(. It's a working process though.

    Please tell me what you think so far. There aren't any monsters/items/armor/weapons yet, so please bear* with me.

    I used Dev-C++ as the IDE, so be aware that it might not compile on yours, but I did include the .exe.
    Last edited by GrNxxDaY; 07-29-2002 at 08:59 AM.
    AOL: GrNxxDaY
    IDE: Dev-C++ Beta 5 (v4.9.4.1)
    Project: Eye of Sahjz (text-RPG)
    If you think I may need help, please IM me.

  2. #2
    no, I don't want to test a GAE
    lol

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    how good it is depends on how long you've been programming. If you've been programming for say 2 months i say that you'd be doing pretty well. but who am i to give advise

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    69

    Your game

    Your text game is alright but you should be able to look so you know how to get out. I made a text game that has a few more commands like get item give item and checking your inventory and it has a pretty good command parser. I suggest you use a linked list so you can easily rooms. I've attached my game. It's not completed yet.

  5. #5
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    GrNxxDaY, your gae is looking good so far. Its a good start. knight543, also nice. It has a good look.

  6. #6
    you're gae isn't too bad, after all

  7. #7
    Registered User GrNxxDaY's Avatar
    Join Date
    Jul 2002
    Posts
    140
    Thanks. I think m gae is going alright - i made about 8 rooms all together and i'm about to make the fight() function, which will probably take a week to get all the equations right.
    I just have to set the random seed once, right? then all the functions of that file will beable to use it?
    AOL: GrNxxDaY
    IDE: Dev-C++ Beta 5 (v4.9.4.1)
    Project: Eye of Sahjz (text-RPG)
    If you think I may need help, please IM me.

  8. #8
    just putting it at the beginning of your main function should make it work for your entire program.

    What do you use for the rooms in your gae? Hopefully a linked list.

  9. #9
    Registered User GrNxxDaY's Avatar
    Join Date
    Jul 2002
    Posts
    140
    No. I dont know what linked lists are. I'm using a 2 dimensional array of objects.
    AOL: GrNxxDaY
    IDE: Dev-C++ Beta 5 (v4.9.4.1)
    Project: Eye of Sahjz (text-RPG)
    If you think I may need help, please IM me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Integer Emulation
    By Elysia in forum C++ Programming
    Replies: 31
    Last Post: 03-18-2008, 01:03 PM
  2. undefined reference
    By 3saul in forum Linux Programming
    Replies: 12
    Last Post: 08-23-2006, 05:28 PM
  3. C++ Operator Overloading help
    By Bartosz in forum C++ Programming
    Replies: 2
    Last Post: 08-17-2005, 12:55 PM
  4. MSVC Template Constructor/Assignment Errors
    By LuckY in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:57 PM
  5. Question About Linker Errors In Dev-C++
    By ShadowMetis in forum C++ Programming
    Replies: 9
    Last Post: 08-18-2004, 08:42 PM