Skip to content

Commit

Permalink
Merge pull request #11 from michaelkeenan/master
Browse files Browse the repository at this point in the history
Fixed link to HTML5 Game Platformer (the missing "http://" caused it to be interpreted as a relative path)
  • Loading branch information
DaRaFF committed Sep 8, 2013
2 parents 528889e + 416daf6 commit 029d4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ In case you want to contribute, be my guest! Here is a place for people who want
* [HTML5 Jump'n Run](http://purplefloyd.wordpress.com/2009/09/11/a-platform-game-written-in-html5/) - no tutorial, but excellent code for study
* [Jumper Game with box2d Engine](http://net.tutsplus.com/tutorials/html-css-techniques/build-your-first-game-with-html5/)
* [Boulderdash](http://codeincomplete.com/posts/2011/10/25/javascript_boulderdash/)
* [HTML5 Game Platformer](blogs.msdn.com/b/davrous/archive/2011/09/08/html5-platformer-the-complete-port-of-the-xna-game-to-lt-canvas-gt-with-easeljs.aspx)
* [HTML5 Game Platformer](http://blogs.msdn.com/b/davrous/archive/2011/09/08/html5-platformer-the-complete-port-of-the-xna-game-to-lt-canvas-gt-with-easeljs.aspx)
* [Multiplayergame with Websockets](http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html)
* [How to Build a JRPG](http://hub.tutsplus.com/articles/how-to-build-a-jrpg-a-primer-for-game-developers--gamedev-6676)

Expand Down

0 comments on commit 029d4c1

Please sign in to comment.