Skip to content

Simple implementation of the Hanoi Towers using Kotlin Compose UI framework

License

Notifications You must be signed in to change notification settings

steinimo/hanoi-towers

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 97.7%
  • Other 2.3%