-
Snake game tutorial using html5 canvas javascript & jquery
This is a tutorial on bulding the HTML5 Canvas version of the old snake game. This is a simple tutorial that does not contain complex logic or not-understandable codes. Original source
-
Snake Game – HTML5 Game Programming Tutorial [javascript]
In this video are we creating a simple game using javascript and html. The tutorial are adapted for both beginners and more intermediate coders who wish to learn how to structure game code, use basic data structors useful for game programming (like graphs, queues and so on), and other type of game programming technics. ::…