Page 1 of 1

First C# App/Game

Posted: Thu Jan 15, 2015 4:12 am
by Sim
It's a very basic Snake game which I ported from my JavaScript [HTML5] Version..

Here's the source:
http://gamemakersforums.com/resources/1-crazy-snake.6/

Re: First C# App/Game

Posted: Thu Jan 15, 2015 11:23 pm
by Jackolantern
Nice! Is this XNA?

Re: First C# App/Game

Posted: Fri Jan 16, 2015 4:58 am
by Sim
Jackolantern wrote:Nice! Is this XNA?

Yes it is @Jackolantern

You know of a good networking library for C# for multiplayer games? I want to do something like a "Multiplayer Endless Runner"

Re: First C# App/Game

Posted: Sat Jan 17, 2015 10:43 pm
by Jackolantern
SignalR is quite simple to work with. It is designed with WebSockets and ASP.NET in mind, but you can use it for desktop applications as well.