Skip to content

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

Notifications You must be signed in to change notification settings

phxql/restwars-kotlin

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages