Thread: Game Release

  1. #1
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369

    Game Release

    This is my first relatively big game. I've worked on it for about three days now. It's a console RPG, and it takes only 5-15 minutes to beat (unless of course you die). To win you have to reach level 10 by killing various creatures.

    Try it out! Please give me your suggestions and criticism.
    Last edited by abrege; 11-22-2002 at 09:47 PM.
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    18
    I wonder if you even check back to see this but it was a neat little game. I just have one question. How do you get the colored text? That could help me out a bit.
    Be yourself for those who mind don't matter, and those who matter don't mind.

  3. #3
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    Thanks!

    Code:
    HANDLE OutputH = GetStdHandle(STD_OUTPUT_HANDLE);
    SetConsoleTextAttribute(OutputH, FOREGROUND_RED);
    cout << "This would be red";
    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. Need book to program game into multiplayer...
    By edomingox in forum Game Programming
    Replies: 3
    Last Post: 10-02-2008, 09:26 AM
  2. C# - Building a SCUMM-like game.. questions
    By Iyouboushi in forum Game Programming
    Replies: 0
    Last Post: 05-24-2008, 10:54 PM
  3. my upcoming UNO card game :)
    By Hussain Hani in forum Game Programming
    Replies: 5
    Last Post: 01-24-2008, 01:19 AM
  4. Try my game
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-15-2004, 11:58 AM
  5. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM