doctor-smith / hanoi-towers

Simple implementation of the Hanoi Towers using Kotlin Compose UI framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Hanoi Towers

Kotlin GitHub License

Running the project

Use the command line to run:

./gradlew jsBrowserRun

Instead of manually compiling and executing a Kotlin/JS project every time you want to see the changes you made, you can use the continuous compilation mode:

./gradlew jsBrowserRun --continuous

Useful links

About

Simple implementation of the Hanoi Towers using Kotlin Compose UI framework

License:Apache License 2.0


Languages

Language:Kotlin 97.6%Language:CSS 0.7%Language:Dockerfile 0.5%Language:Shell 0.4%Language:JavaScript 0.4%Language:HTML 0.3%