https://github.com/haukened/oregon
Oregon Trail on JS-DOS
https://github.com/haukened/oregon
dosbox education educational emulation js-dos retro-games retro-gaming
Last synced: 22 days ago
JSON representation
Oregon Trail on JS-DOS
- Host: GitHub
- URL: https://github.com/haukened/oregon
- Owner: haukened
- Created: 2025-08-24T18:56:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-08-25T15:51:47.000Z (about 1 month ago)
- Last Synced: 2025-08-25T17:42:23.799Z (about 1 month ago)
- Topics: dosbox, education, educational, emulation, js-dos, retro-games, retro-gaming
- Language: HTML
- Homepage: https://oregon.hauken.us
- Size: 356 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oregon
Oregon Trail on JS-DOS## What is this repo?
This repo is intended to be an educational primer and how-to for retro gaming on web. It describes the steps necessary to set up web based emulation for MS-DOS retro games.
While we use The Orgeon Trail as an example, this methodology can be applied to any retro game that you own, and hosted on a web server for you and your family to preserve those games, and their experience, for years to come.
## The Oregon Trail in the Browser
This project demonstrates how to use [js-dos](https://js-dos.com/) and DOSBox to load a custom bundle containing the classic game **The Oregon Trail** directly in a web browser.
### How It Works
- **js-dos** is a JavaScript port of DOSBox, allowing DOS games to run in modern browsers.
- The game bundle (`bundle.jsdos`) is loaded and emulated entirely in the browser.
- **Save data** is stored using the browser's local storage, so your progress is preserved between sessions.### Purpose
The goal of this project is to teach how historical games can be saved, preserved, and provided for educational purposes. By making classic games accessible in the browser, we help ensure their continued availability for future generations.### Legal Notice
All copyrights for The Oregon Trail and related assets remain with their original holders. This project uses the software under the fair use exemption for educational and preservation purposes only.> [!IMPORTANT]
> The Oregon Trail binaries are sourced from the Internet Archive, available at https://archive.org/details/msdos_Oregon_Trail_The_1990
>
> The Internet Archive provides software and digital materials under "[Fair Use](https://en.wikipedia.org/wiki/Fair_use)" for educational and preservation purposes.s