Hi everyone, I made a little game in Kotlin-JS and...
# multiplatform
b
Hi everyone, I made a little game in Kotlin-JS and then decided to try and share some logic therefore I have implemented it in Android as well. I have put the code on Github : https://github.com/bmonjoie/magicsquare . Any input regarding the multi-platform thing on what I did wrong or on what could be improved is more than welcome 🙂 Mainly : * I had to add a task to copy the kotlin.js out of the jar --> Not sure if there is a better way * I had to make a empty common-jvm module to be able to use my common module in Android * I also wanted to focus on the testability of the common module so feedback on that is also appreciated 🙂 Finally, the game is playable both online (not an updated version yet) and on Android through the Play Store : https://play.google.com/store/apps/details?id=be.xzan.magicsquare
👍 4