A small game being written from scratch on a 286 in Turbo C++ 1.0 for MS-DOS PCs. Requires an EGA graphics card. Includes an implementation of Forth that can be embedded in a C program and controlled over a serial port, and which supports "green thread"-like round-robin co-operative multitasking (with some limitations when calling from C->Forth).
Find a file
2019-01-18 23:02:50 -05:00
.gitignore Initial commit 2019-01-05 16:16:08 -05:00
footer.tif Implement split-screen footer 2019-01-06 21:29:20 -05:00
testbed.c Implement map scrolling 2019-01-18 23:02:50 -05:00
testbed.exe Implement map scrolling 2019-01-18 23:02:50 -05:00
tiles.tif Initial commit 2019-01-05 16:16:08 -05:00