Thread: 20q game problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    The larch
    Join Date
    May 2006
    Posts
    3,573
    If that is the exact code, I don't see how comparing against an uninitialized buffer can do any good...

    As to why the program doesn't work - how should we know without code!

    It's perfectly straight-forward, though

    Code:
    do {
         play_a_game();
    } while (!user_wants_to_quit());
    Last edited by anon; 12-17-2008 at 11:09 AM.
    I might be wrong.

    Thank you, anon. You sure know how to recognize different types of trees from quite a long way away.
    Quoted more than 1000 times (I hope).

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. craps game & dice game..
    By cgurl05 in forum C Programming
    Replies: 3
    Last Post: 03-25-2006, 07:58 PM
  3. Game Problems
    By Spectrum48k in forum Tech Board
    Replies: 4
    Last Post: 06-02-2004, 07:08 PM
  4. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM
  5. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM