lovedos
lovedos copied to clipboard
A framework for making 2D DOS games in Lua
Tested on DOSBox and DOSBox-X. Assuming `MYGAME.EXE` is on `C:\SOME\PATH\TO\THEGAME\` and the current directory is on `C:\HOME\`. Run the game by either: ``` ..\PATH\TO\THEGAME\MYGAME ``` or ``` ..\PATH\TO\THEGAME\MYGAME ``` Then...
Hi! First of all I want to thank you for creating such a wonderful framework to develop games for MS-DOS! I'm very impressed by the performance it can achieve even...
The graphics in my LOVE game are just barely too big, for MS-DOS. Would it be possible to support MS-DOS Mode12h, for this library? (VGA 640x480, 16 colors) My graphics...
Along side the audio support, we also need midi support for music.
Hi, I would like to somehow get raw keyboard access to handle non-ASCII keycodes, since the current code does ASCII translation if I'm reading it correctly (I'm still working on...