I wanted to randomize a Pokemon game today, but th...
# opensource
n
I wanted to randomize a Pokemon game today, but the tool was only available on Windows. Guess what? I started to rebuild it with Kotlin! Consists of 2 parts: • Generic library to manipulate NDS ROMs: https://github.com/nathanfallet/kotlin-nds • The randomizer itself, using the previous library: https://github.com/nathanfallet/pokemon-map-randomizer When we have some time, we can build anything with Kotlin 🚀
🤯 1