/restwars-kotlin

A browser-game style game, playable via a REST interface

Primary LanguageKotlin

RESTwars

Running

  1. ./gradlew clean run
  2. Open browser at http://localhost:7777/v1/restwars

Building the documentation

  1. Install asciidoc
  2. cd doc/
  3. asciidoc Webservice.adoc && asciidoc RESTwars.adoc
  4. Open RESTwars.html and Webservice.html in browser

Building a distribution

  1. Run ./gradlew clean build distTar
  2. Check build/distributions/

Run with docker

  1. docker run -itp 7777:7777 docker.io/phxql/restwars
  2. Open browser at http://localhost:7777/v1/restwars