Dec 062017
Simple drawing program. You can use it to draw a level for your game. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ARCPIC.GR1 | 64000 | 5557 | deflated |
DRAWMAN.EXE | 97308 | 15061 | deflated |
README.BAT | 1110 | 525 | deflated |
Download File DRAWMAN.ZIP Here
Contents of the README.BAT file
@echo off
cls
echo.
echo This is a simple drawing program. You can use it just for fun like you can
echo use Microsoft Paint Brush. Also you can use it in games programming.
echo Now Michael Antonov is working at Game Editor. This program will create games.
echo It will include this program too. The second version of this program will make
echo it possible to save files in C++ format. Requires VGA graphics adapter.
echo.
echo.
pause
cls
echo.
echo.
echo Other programs by Michael Antonov:
echo.
echo DISKED.ZIP Disk Editor v.1.0. Helps in debugging files, changing disk sectors
echo and memory. (Shareware, call author for price)
echo FONTMAN.ZIP Font Manager. Builds new fonts for C++. It's possible to save your
echo fonts in ASCII and C/C++ format.
echo GED.ZIP Game Editor. Creates new games. Sample included. This program will
echo be in BBS in one month. (Shareware, call author for price)
echo.
echo.
echo To contact the author call (410)356-0876
echo.
echo Type 'DRAWMAN' to get help
echo.
cls
echo.
echo This is a simple drawing program. You can use it just for fun like you can
echo use Microsoft Paint Brush. Also you can use it in games programming.
echo Now Michael Antonov is working at Game Editor. This program will create games.
echo It will include this program too. The second version of this program will make
echo it possible to save files in C++ format. Requires VGA graphics adapter.
echo.
echo.
pause
cls
echo.
echo.
echo Other programs by Michael Antonov:
echo.
echo DISKED.ZIP Disk Editor v.1.0. Helps in debugging files, changing disk sectors
echo and memory. (Shareware, call author for price)
echo FONTMAN.ZIP Font Manager. Builds new fonts for C++. It's possible to save your
echo fonts in ASCII and C/C++ format.
echo GED.ZIP Game Editor. Creates new games. Sample included. This program will
echo be in BBS in one month. (Shareware, call author for price)
echo.
echo.
echo To contact the author call (410)356-0876
echo.
echo Type 'DRAWMAN' to get help
echo.
December 6, 2017
Add comments