https://github.com/humbertodias/emscripten-js-dos-games
Play old ms-dos games on your browser
https://github.com/humbertodias/emscripten-js-dos-games
msdos
Last synced: 12 months ago
JSON representation
Play old ms-dos games on your browser
- Host: GitHub
- URL: https://github.com/humbertodias/emscripten-js-dos-games
- Owner: humbertodias
- Created: 2016-06-06T15:37:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:08:02.000Z (about 8 years ago)
- Last Synced: 2025-06-26T21:36:01.128Z (12 months ago)
- Topics: msdos
- Language: JavaScript
- Homepage: http://humbertodias.github.io/emscripten-js-dos-games/
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emscripten js-dos Games
Play old ms-dos games on your browser
[Play](http://humbertodias.github.io/emscripten-js-dos-games)
# Prerequires
1. Python
# Run
Clone
```
git clone https://github.com/humbertodias/emscripten-js-dos-games.git
```
Into
```
cd emscripten-js-dos-games/
```
Server
```
python -m SimpleHTTPServer 9090
```
Open on your browser
```
open http://localhost:9090
```
# Output

# Tested Browser
Browser | Performance |
------------- | -------------
Firefox | Fast
Chrome | Fast
Safari | Slow
Opera | Normal
IE | Didn't try
# References
1. Emscripten
[http://kripken.github.io/emscripten-site/](http://kripken.github.io/emscripten-site/)
2. js-dos
[http://js-dos.com/games/](http://js-dos.com/games/)