Would it be possible to add an option to fade gameplay area into black instead to monitor frame? If not, could you point me in right direction where to do that? Thank you!
Engine for making things with a MS-DOS feel, but for modern platforms · By
Actually, you can define the preprocessor symbol DISABLE_SCREEN_FRAME, and it will get rid of the frame and use a black background.
You can use it by either defining the symbol from command line: tcc\tcc source\raycast.c source\dos.c -DDISABLE_SCREEN_FRAME or by adding it to the top of dos.c like this