My RPG Game

As you probably know already, the motivation for using SignalR was a MMO Facebook game I am working on.  The progress is slow as I am working on it only in my free time. Recently I finally had some time to compile a 'playable' version and publish it to my home server. 

So in case you are curious whats that all about and how SignalR works in a real game you can check it here: https://apps.facebook.com/titanium-mykingdom

You will need to login with a Facebook account though. As this is my home server expect more downtime than uptime. There is also a SSL problem for I am using a self signed certificate. Your browser will probably notice that and dump a warning that the certificate authority is not known. Depending on the browser you use just click on 'Show content' or (for Chrome) copy the URL and open it another tab and click on 'Proceed'.

One more note; don't expect much, the game has maybe 30% of features so its not even nearly finished. I was primarily working on adding features and not on visuals so all the graphics, spritesheets and tilesets is what I could find for free!



Comments

Popular posts from this blog

SignalR: send messages to single client

SignalR: Wire-up the ConnectionId with a user instance

Manipulating connection strings