2019-02-24 20:05:17 +11:00
2019-02-21 10:52:16 +11:00
2019-02-24 15:39:25 +11:00
2019-01-13 16:48:35 +11:00
2019-01-13 16:48:35 +11:00
2019-02-21 14:40:49 +11:00
2019-02-20 18:06:02 +11:00
2019-02-24 16:59:03 +11:00
2019-02-24 17:29:47 +11:00
2019-02-21 13:39:56 +11:00
2019-02-24 18:27:07 +11:00
2019-02-24 17:53:45 +11:00
2019-02-24 20:05:17 +11:00
2019-02-24 19:56:59 +11:00

DOSee

DOSee DOSBox emulator for the web.

Dependencies and requirements

  • A web browser that supports JavaScript ES6 (ECMAScript 2015).
  • A local web server or a Docker installation.

Installation

Clone DOSee.

git clone https://github.com/bengarrett/DOSee.git

Download the libraries and dependencies.

chmod +x DOSee/libs/wget_libs.sh
./DOSee/libs/wget_libs.sh

Change to the current directory and run a HTTP server.

cd DOSee

DOSee has to be served via a HTTP server, it can not be run using the browser file:/// protocol.

Python 3

python3 -m http.server 5555

Point a web browser to http://localhost:5555

Node.js

http-server -p 5555

Point a web browser to http://localhost:5555

Docker

Requirement:

  • Docker engine: 17.04.0+
  • docker-compose: 3.2

Run

docker-compose up -d

Point a web browser to http://localhost:5555

Stop

docker-compose down
Description
No description provided
Readme 18 MiB
Languages
JavaScript 99.6%
HTML 0.4%