Been thinking of adding some new "gaming" functions for our kix library ...

GetTickCount

The GetTickCount function retrieves
the number of milliseconds that have
elapsed since the system was started.
[Might be useful when seeding your
RND() function]

SetConsoleTitle

The SetConsoleTitle function sets
the title bar string for the current
console window.

SetConsoleCursorInfo

The SetConsoleCursorInfo
function sets the size and visibility
of the cursor for the specified console
screen buffer. [Temporarily gets rid of
that nasty console cursor]

Anybody else have any ideas ?

Shawn.