Saturday, March 6, 2010

Almost into the game!

9 File(s) 142,860 bytes / 43 File(s) 458,630 bytes

IO.c is done... mostly.  It's in tatters and I may have cross-pollinated the file writing IO with the display writing IO (if it wasn't already cross-pollinated).  The whole file is buffer after buffer after buffer.  The game has an internal output buffer, that gets buffered for VT100/ANSI, and those have their own buffers too.

As it stands, I'm almost into the game now.  Logs are created, the terminal is setup.  I'm up to the difficulty level being set (references tok.c, not started yet).  I expect to be in the main game tomorrow.

No comments:

Post a Comment