Thread: Please check out my new game!

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

    Arrow Please check out my new game!

    I don't think the post in the C++ Programming board is working, so I'm posting it here.

    Check out my new game, Xtreme Fight 0.8. It's a text-based-rpg-battle game, and really really neat! Please also give me feedback becasue I need to know what you guys think of it, and I need suggestions for version 1.0. You can get the .cpp file here, or the pre-compiled executable at the the Other post...(sorry )

    Thanks!
    Last edited by funkydude9; 09-26-2002 at 08:57 PM.

  2. #2
    Registered User fry's Avatar
    Join Date
    Mar 2002
    Posts
    128

    Smile

    Hey, game wise, its pretty cool. I didnt find any bugs, and its a pretty complete game for what it is.

    Code wise, its terrible. No offense Try and cut down some of those global variables! You probably dont need any of them.

    As your next task, you might like to try and make this object oriented, and use classes for weapons and items etc.

    Anyway, im not sure on your experience levels, but its a nice playable game, and you have done well

    Oh, and the compiled link doesnt work, i had to compile it myself

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    Actually I'm *pretty* new to C++ so I havn't read up on classes and Object Oriented, so...But I probably should before making version 1.0. I'm taking a C++ class in school so that should hopefully help too.

  4. #4
    Registered User Kirdra's Avatar
    Join Date
    Aug 2002
    Posts
    105
    You should really get to learn how to use class's. They aren't as complicated as they seem at first. I am at a similar stage to you I think (maybe just slighty ahead). I found that the implemention of class's into my programs created new possibilties

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