Hacker Newsnew | past | comments | ask | show | jobs | submit | SuperIlu's commentslogin

added, thanks


done, thanks...


The game jam was the reason I started to write the list...


Well, the speed really depends on what you wanna do. But yes, the interpreter is quite slow.

I'd say a P133 is feasible. I never benchmarked DOSBox against real HW, that would be interesting to check...


And you can create real applications with it. Like DOStodon, the mastodon client for MS-DOS: https://github.com/SuperIlu/DOStodon


I'd love to include that as a contribution.

I've created a text adventure with a friend and a number puzzle using DOjS: https://superilu.itch.io/


No, sadly you can't. But there is a packaging mechanism where you can put all scripts and assets into a ZIP file and you only need to ship the DOJS.EXE and the ZIP.

You can also (sort of) rename the EXE...


You should be able to use COPY /B DOJS.EXE + PACKAGE.ZIP DOJSPACK.EXE to end up with a single .EXE file that still contains the packaged data when read as a ZIP file. The .ZIP format is specifically designed so that this will work.


well, the format maybe, but I have to check if my ZIP library supports that, too...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: