Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

js-dos/js-dos-ttd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project is archived. Nowdays orignal game works fine in js-dos https://dos.zone/transport-tycoon-deluxe-1995/ and OpenTTD itself have a support for emscripten.

How to build

  1. Build host version:
mkdir build-host
cd build-host
cmake ../OpenTTD
make openttd
  1. Build emscripten version:
mkdir emscripten
cd emscripten
emcmake cmake ../OpenTTD
make

About

OpenTTD packaged as emulator compatible with js-dos project.

Resources

Stars

Watchers

Forks