Flangy > Software Development > DOS GUI > Example Apps

DOS GUI - Example Apps


ACS.exe

Lets you move a dorky guy around a side-view level. Uses the arrow keys on the numeric keypad. Since I'm checking DOS keycodes, you have to use the keypad with num-lock off, not the stand-alone arrow keys. "Home" picks up the current block; unfortunately you can also pick up ladders.

I forgot what "ACS" stands for, though it's not "Adventure Construction Set."

Files


BLOCKED.exe

Tile editor. Lets you edit 8x8 pixel 256 color tiles for use in

Files


FONTER.exe

Lets you edit proportional bitmap fonts. These can be saved out for use with the GUI Font Manager.

Files


LEVEL.exe

This lets you make tile based levels that can be loaded into ACS.exe.

Files