Hacker News new | ask | show | jobs
by nallo 2213 days ago
Started working on a text-based MMO a couple of weeks ago https://github.com/johlits/rpg

I do authentication from another service and send encrypted commands to the server which carries them out and encrypts the responses back.

Even for a text based game it is tough but I keep it simple as long as I can!