- QuiltMC Enigma Swing (Github Repo) - Used for demangling the .jar names
- KEmulator nnmod (Github) - Used for emulating the games
OriginalDumps/ - You can put any dumps of J2ME games you have here and they will not be published to github when you make changes. Games/$game_name/$version_name/ - Games are stored under $game_name and $version name. src/ - A plce to temporarily store the exported decompilation, not published to github. contents/ - A place to store the extracted contents of the .jar, not published to github. mappings.mappings - A file which contains the mappings which you can import into Enigma.
- Classes - PascalCase
- Methods - camelCase
- Variables - snake_case
- Constants - UPPER_SNAKE_CASE