Meerkash was a mobile game we were hired to recreate from the original developers own code and art and rebuild it in Unity, implementing a plugin in the process. In this project, I:
Took all source files (un-annotated in Corona) and worked out the game design from them (No Game Design Document provided)
Rewrote all scripts from scratch to move the game to C#
Programmed all elements, including UI, tutorial and debug tools

Tools used: Unity, Visual Studio, Notepad++, Git, Bitbucket
From this I learned the importance of requesting clear, concise game design documentation and the importance of annotating your code when passing it to others.
Though we had the game in and almost fully functioning, it did not make it to the play store as the client unfortunately ghosted us.
Back to Top