DOjS
DOjS copied to clipboard
A MS-DOS Creative Coding IDE/platform based on JavaScript
Right now some options can only be changes using command line parameters (e.g. screen resolution). It would be nice to be able to put these command line parameters into an...
The "Usage" section is not up to date. E.g. `-n` or `-t` switches are missing...
In theory it should be possible to rename `DOJS.EXE` and `JSBOOT.ZIP` to, lets say, `FOO.EXE` and `FOO.ZIP`. Running `FOO.EXE` without additional parameters should run the script MAIN.JS in the `FOO.ZIP`....
The GLIDE3 code only supports loading via stdio, not from memory.
I tested "SpaceButton" recently, and due to the way I transferred the game to my retro PC (using a CD-R), the game files were read-only, which resulted in an error...
this would ease font creation for users...
Allegro seems to not set the error message correctly when loading fails and that leads to missleading stacktraces
Hello! I'm interested in developing a p5js game for DOS using this awesome system you have created. :) However, at the moment there are two problems: - The key repeat...