Monster Melancholy Game (MMG) is a simplistic but fun adventure game! It was created simply as little project and as a way for us (specially @AKEevee) to express our creativity and passion. Do give it a go, downloading is quite easy (instructions linked above :D).
This was created as a side project so please excuse the roughness around the edges :)
A few parts of the code (like decryption, encryption, server security, etc) are obfuscated due to security reasons, such as:
- The encrypt and decrypt functions
- In File "MHGdataHandle.h", line 87, the MongoDB connection URI is omitted
Thanks to:
- Stephan-Brumme - Modified version of header files used for hashing
- Mongo-C - MongoDB driver for C++