Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AKEevee authored May 11, 2022
1 parent 715da12 commit c1704d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Monster Melancholy Game: A simple adventure-style game
# Monster Melancholy: A simple adventure-style game


[![Docs](https://img.shields.io/badge/docs-monster--melancholy.me-brightgreen?style=flat-square&color=%2373DC8C&label=docs)](https://monster-melancholy.me)
Expand All @@ -8,7 +8,7 @@

<br/><br/>

Monster Melancholy Game (MMG) is a simplistic but still fun adventure game! It was created simply as side project and as a way for us (specially [@AKeevee](https://github.com/AKeevee)) to express our creativity. Do have a try, it's quite easy (instructions linked above :D).
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](https://github.com/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 :)

Expand All @@ -17,9 +17,9 @@ This was created as a side project so please excuse the roughness around the edg
## For Developers:

A few parts of the code (like decryption, encryption, server security, etc) are obfuscated due to security reasons, such as:
- The int encrypt and int decrypt functions
- The encrypt and decrypt functions
- In File "MHGdataHandle.h", line 87, the MongoDB connection URI is omitted

Thanks to:
- [Stephan-Brumme](https://create.stephan-brumme.com/hash-library) - Modified version of header files used for hashing
- [Mongo-C](http://mongoc.org) - MongoDB driver for c++
- [Mongo-C](http://mongoc.org) - MongoDB driver for C++

0 comments on commit c1704d0

Please sign in to comment.