Thread: Here's my little x-mas present to all you guys...

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    249

    Cool Here's my little x-mas present to all you guys...

    I made a new game, called ZimLar. It's acutally quite nifty. yes, it's an rpg, and yes, it's text-based. But dont let that turn you off! Remember, I made Xtreme Fight, and you thought that was cool, right? Anywas, please check it out and tell me what you think. Read the readme for instructions.

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    The executable of the same thing

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Nice idea, sharing your program as a present for x-mas

  4. #4
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    Thats neat
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  5. #5
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    First of all, thanks for the great gift. Especially thanks for making your code standard enough to compile properly on my iBook. I have a few suggestions, but before I offer them, I want to say that I think you did a great job. As a fellow programmer I realize how much time and effort you put into that.

    Suggestions:
    1) Make the program a little more robust. I wouldn't suggest using getch(). When I type in yes, the program jumps 3 moves ahead. I realize that the game was meant to take only single character input, but you still might want to guard against that.
    2) Allow upper case letters e.g. Y or y. This suggestion is rather insignificant.
    3) Allow more to happen at a quicker rate. I'd suggest finagling whatever random function you use to allow for more to happen and less just walking around.

    Once again, thank you for the great gift. I look forward to pouring over your code.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hey guys, I'm new!
    By MrDoomMaster in forum C++ Programming
    Replies: 15
    Last Post: 10-31-2003, 05:47 PM
  2. How long have you guys been working with C/C++??
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 08-01-2003, 03:41 PM
  3. My birthday present to myself
    By Liger86 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 01-25-2003, 09:49 PM
  4. Tic Tac Toe -- Can you guys rate this please?
    By Estauns in forum Game Programming
    Replies: 2
    Last Post: 09-15-2001, 10:22 AM
  5. hello guys
    By lupi in forum C++ Programming
    Replies: 4
    Last Post: 09-13-2001, 06:42 AM