Tag: Screencast (File Format)

  • Flappy Bird #1 – HTML5 Game Programming Tutorial [javascript]

    My first simple mobile game using html5. The series will adress all necessary steps to create a full-fledged game from scratch using Javascript, html and css, and then port it to android and ios using the cocoonjs cloud compiler. Inspiration for the game is off course from the brilliant game by .gears studios. Play more…

  • 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…