A project template for creating CGWeb games. Adds simple login pages and authenticates CGWeb.GuestUsers using FormsAuthentication cookies on Begin_Request in the Global.asax file. Adds a template for a custom game and a hub accompanying the custom game as well as js script. Registers SignalR and CGWeb in App_Start in the Global.asax file. CGWeb is a library built atop SignalR that eases creation of multiplayer games. More information at http://creatinggenres.com/cgweb. Might be troublesome since I am yet to test the template.
|