Use the Web IDE GitPod.io to edit and run this project!
cd engine
../gradlew :engine:build
java -jar build/libs/engine-1.0.0-SNAPSHOT.jar
java -jar build/libs/engine-1.0.0-SNAPSHOT.jar server
Then open 'prompt-client.html' in a browser of your choice
PS: ../gradlew run doesn't really work
(even if you add run { standardInput = System.in }),
because we need a real full terminal, without Gradle's continuous build prompt.
