minecraft-storeys-maker/engine at develop · OASIS-learn-study/minecraft-storeys-maker · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Interactive Story / Game Engine

How to change code

Use the Web IDE GitPod.io to edit and run this project! Gitpod.io

How to run it (commandline)

cd engine

../gradlew :engine:build

java -jar build/libs/engine-1.0.0-SNAPSHOT.jar

Server version

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.