Skip to content
/ js-dos Public
forked from caiiiycuk/js-dos

The best API for running dos programs in browser

License

Notifications You must be signed in to change notification settings

rwv/js-dos

 
 

Repository files navigation

js-dos 7.xx

Build

js-dos is a javascript library that allows you to run DOS programs in browser. js-dos provides nice and easy to use javascript api over dosbox.

Documentation.

Subscribe our twitter channel for updates.

Join our discord community.

Building

To build whole project do:

yarn
NODE_ENV=production yarn run gulp

Also you can build js and css separately:

yarn run gulp js
yarn run gulp css

Example

To run builtin example do:

hs .
firefox examples/digger/index.html

Legacy js-dos

js-dos 6.22

Documentation of previous version js-dos.

js-dos 3.xx

Documentation of js-dos v3.

About

The best API for running dos programs in browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%