Results 1 to 4 of 4

Thread: Console gaming using FPC

  1. #1

    Console gaming using FPC

    The classic game of chain reaction:



    I'm still cleaning up the source ;_)

  2. #2

    Console gaming using FPC

    How do you get coloured text output in the win32 console?

  3. #3

    Console gaming using FPC

    If I remember correctly, I think you call SetConsoleTextAttribute in order to change the colors. There's a whole API dedicated to just console output, don't get it gets that much use, but its there if needed.

  4. #4

    Console gaming using FPC

    Quote Originally Posted by MichaelR
    If I remember correctly, I think you call SetConsoleTextAttribute in order to change the colors. There's a whole API dedicated to just console output, don't get it gets that much use, but its there if needed.
    FPC has two systems that abstract this. A version of the CRT unit, and a separate, more powerful system that doublebuffers output. This system (units keyboard/video/mouse) is also used for the textmode ide

    Note that heavy textmode applications are only usable on NT/2000/XP, the textmode driver of win9x is very slow.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •