/DwarfFortressServer

Play [Dwarf Fortress](http://www.bay12games.com/dwarves/) in your browser with Docker and NoVNC!

Primary LanguageShellGNU General Public License v3.0GPL-3.0

DwarfFortress "Server"

v1.0 - 20150209

Play Dwarf Fortress in your browser with Docker and NoVNC!

"You got your Dwarf Fortress in my Docker! You got your Docker in my Dwarf Fortress!"

Can you dig it?

Building and Running

Build the Image:

  1. git clone https://github.com/DockerDemos/DwarfFortressServer.git
  2. sudo docker build -t dwarffortress .

Run the container:

sudo docker run -d -p 80:6080 dwarffortress

To Play Dwarf Fortress in your browser (requires HTML5 support), visit http://<ip address or hostname of your host>/, and click "Connect". No password is required.

Note: Check your browser's HTML5 Websocket support: http://caniuse.com/#search=web%20sockets

Known Issues

Tracked on Github: https://github.com/DockerDemos/DwarfFortressServer/issues

Acknowledgments

Copyright Info

Dwarf Fortress is Copyright (C) 2002-2015, Tarn Adams.

NoVNC team is licensed under the MPL-2.0.

The Dockerfile and related code, scripts or documentation in this repository is:

Copyright (C) 2014-15 Chris Collins

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.