Category: Javascript
-
HTML5 version of Circle Chain engine using Scirra’s Construct2
This time I created the Circle Chain engine using Scirra's Construct 2 and exporting it as HTML5
-
Save the Totem: HTML5 game prototype made with Construct2
A complete Totem Destroyer game prototype made with Construct2 dissected to make you see how everything was done.
-
Make HTML5 games with no programming skills (even with Box2D physics) with Construct 2
A brief look at <a href = "http://www.scirra.com/" target = "_blank" >Construct 2</a>, the engine to create HTML5 games with no programming skills required.
-
Complete Bejeweled prototype made with jQuery
A complete Bejeweled prototype with animations and combos made entirely with jQuery
-
Playing with javascript, iPhone and devicemotion event listener
How to create an iPhone accelerometer monitor and an "highest iPhone point" arrow using javascript's <code>devicemotion</code> event listener.
-
Play GuessNext for iPhone, a web app game powered by jQuery Mobile
My first web app game for iPhone is GuessNext, powered by jQuery Mobile. Play it and give feedback.
-
Making a game with HTML + jQuery Mobile and publishing it to Apple App Store – step 2
Second step of the iPhone web app creation, this time featuring splash screen, status bar appearance and saving data locally.
-
Controlling an iPhone mobile game with swipes using jQuery
Learn how to control characters and content in your web applications using <strong><a href="http://labs.skinkers.com/touchSwipe/" target="_blank">TouchSwipe</a></strong> jQuery plugin.
-
Making a game with HTML + jQuery Mobile and publishing it to Apple App Store
The first attempt to create an iPhone game starting from a web page.
-
Create awesome HTML5 games with Impact
Build HTML5 Games in no time with Impact JavaScript Game Engine. Games created with Impact require no browser plugins or any software installations – just a modern browser that supports the Canvas tag.
-
jQuery color picker using Farbtastic and jQuery UI
I want to share with you a little snippet of code I am using for a project. I was looking for a cute jQuery color picker and I…
-
JavaScript analog clock with no images and no CSS
There are a lot JavaScript analog clocks out there, but most of them use images or CSS3 tricks to make them move. I am showing you an analog…