Using HTML5, web sockets and some C# to build a multiplayer Space Shoot[er]
Posted by: MSDN: Coding4Fun,
on 25 Jan 2012 |
View original | Bookmarked: 0 time(s)
Today's Web Wednesday project is multiplayer HTML5 based Asteroids like game, showing off some simple HTML5 canvas dev and C# web socket communication.SpaceShoot - A multiplayer game in HTML5The interest in using HTML5 to produce awesome cross-platform games has been increased lately. Technologies like WebSockets, Canvas and others are becoming more and more stable as well as safer to use for webdevelopers. The rule is still that products should be built with technologies that will be available when...