Level generator using decrypted SMM2 level files
Built primarily for working on "kAIzo" (generating SMM2 kaizo levels using LMs, RNNs, and VAEs)
- https://github.com/simontime/SMM2CourseDecryptor
- clone & build with
gcc -o smm2cd main.c aes.c -lmbedtls -lmbedx509 -lmbedcrypto
- clone & build with
python level_gen.py course_data_000.bcd
Thanks to https://github.com/Treeki/SMM2Reversing & https://github.com/0Liam/smm2-documentation for providing level format info