- A decompile of the Fruit Ninja Windows Phone port. (Version 1.7.2.0)
- You NEED the Content folder from the original game to run this decompilation.
I used dotpeek to export the project and vs2022 to compile, I also used this tool that I made to fix the namespaces.
Install the following dependencies:
Then clone the project, open the Visual Studio solution file, and you should be good to go!
The only thing left to do after building is to copy the Content folder from a release of the game to the build folder (bin/x86/(Debug|Release)).