hiperbou / kotlin-phaser

Use Kotlin and Phaser 2D game framework for making HTML5 games.
MIT License
56 stars 11 forks source link

Step by step instruction to Download, Build and Run examples is needed #1

Open yvolk opened 6 years ago

yvolk commented 6 years ago

Currently available info in README.md is not even near to what is needed for a newbie to try examples on their PC box, unfortunately. Please take time to write such step by step instruction.

Could dev environment setup (and step-by-step instruction correspondingly) be simplified by creation of a Gradle project? - Such project could be even launched from a command line, or easily imported by IntelliJ Idea?!

hiperbou commented 1 year ago

I added gradle projects,

Now you can just start the "examples" or "template" projects it from the command line, by running the default kotlin-js tasks, for example:

cd template
gradlew browserDevelopmentRun

Opening those projects in IntelliJ is also straightforward now.

The kotlin-phaser-definitions can be now edited if any tweak is needed and published to your local machine using the "publishToMavenLocal" task, making it available for the other projects.