Skip to content

Alloyed/df-webfort

 
 

Repository files navigation

Web Fortress

Web Fortress is a DFHack plugin that exposes the rendering and input of a game of Dwarf Fortress over a websocket, and an HTML5 client that allows player to join in a shared game over their browsers.

It is a fork of the Text Will Be Text plugin, by Vitaly Pronkin, and can be used in its place.

Downloading

This project manages dependencies through Git submodules. To clone the full tree:

git clone --recursive <the git repo>

Windows binaries are provided through Github. If you would like to recieve (likely buggy) prerelease builds, email alloyed@tfwno.gf.

Compiling

Web Fortress in known to compile with 32bit clang/gcc on linux, and VS2010 on Windows. See COMPILING.md for more.

Installation

Installation is documented in INSTALLING.txt, which should come with your release of Web Fortress.

Authors and Links

Original Source -- Discussion -- Report an Issue

Copyright (c) 2014, Vitaly Pronkin pronvit@me.com Copyright (c) 2014, Kyle McLamb alloyed@tfwno.gf

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Packages

No packages published

Languages

  • C++ 42.3%
  • Lua 34.8%
  • JavaScript 16.1%
  • CMake 3.5%
  • CSS 1.2%
  • HTML 1.1%
  • Shell 1.0%