-
Pong – HTML5 Game Programming Tutorial [javascript]
Hi, I’m back with a second tutorial video where we hack together a simple Pong game using javascript and html5. In this one do I use a bigger fontsize, so that the video better can be viewed on mobile devices. Let me know in the comments if I should use the settings in the previous…
-
JavaScript Canvas Tutorial – Move a sprite/character on screen using the keyboard
In this video I teach you how to create a basic square and simply move it by using your arrow keys. Visit my new site for Tutorials and random stuff I blog about http://calebprenger.com Original source
-
Space Invaders #1 – HTML5 Game Programming Tutorial [javascript]
::OBS:: As @TheDoppelganger29 pointed out screen is a predefined keyword and we can’t use it as a variable name for our screen, fix it by renaming the variable to something else, eg. “display”. The first video of two where we program a simple clone of the classic arcade game Space Invaders, using javascript and html.…
-
Tic Tac Toe #1 – HTML5 Game Programming Tutorial [javascript]
Have been working on introduction html5 videos for some time which sadly turned out quite bad, hence the lack of content lately :(. So I decided to create a new game tutorial which don’t require as much work from my part. Bare with me though, will make the introduction videos some time in the future…