There exists a full decompile of the game in C# that is around 95~ percent accurate to the original game (in gameplay). We can't truly determine the accuracy to the original source code since we don't have it.
It took zegs32 around 1.5 years of manual rewriting from C to C#. However the decompile had a few issues:
- it couldn't be built with IL2CPP (fixed by Mokka Chocolata)
- the graphics were completely off (fixed)
Technical Limitations
There are a few technical limitations that prevent 100% accuracy:
- The game has Google Play Game Services, which can't be reimplemented because it requires a certificate only Yiming has.
- The game has Google Mobile Ads, which have been implemented slightly, however it cannot be fully remade.
- Other technical limitations prevent 100% accuracy.