Files in the top-level directory of check-in trunk
- .ruby-gemset
- .ruby-version
- controllers
- helpers
- lib
- config.ru
- Gemfile
- Gemfile.lock
- LICENSE
- nginx.nitrohack.conf
- nitroweb.rb
- README.md
nethack4-web-server
This is a simple Sinatra application that exposes a NetHack4 server JSON API to the web, being developed for nethack4-web-client. It should work with any server that follows the NetHack4 Network Protocol, including NetHack4 and DynaHack.
After setting up the NetHack4 server, run bundle install
to install dependencies, then rackup
to run this server.
This software is licensed under the ISC license. See LICENSE file for details.