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.
Build 10 classic Flash games and learn game development along the way with this ultra-fast paced game development course.
If you love this blog, this is the book for you.
Get the source code of 12 commercial Flash games, which have been loaded more than 50 million times!
Learn from real world successful examples.
Box2D for Flash Games teaches you how to make Flash physics games from scratch with the most advanced features.
Create the new Flash game smashing hit.
A complete Totem Destroyer game prototype made with Construct2 dissected to make you see how everything was done.
A brief look at Construct 2, the engine to create HTML5 games with no programming skills required.
Second step of the iPhone web app creation, this time featuring splash screen, status bar appearance and saving data locally.
Learn how to control characters and content in your web applications using TouchSwipe jQuery plugin.
The first attempt to create an iPhone game starting from a web page.
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.
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 clock made without any image and without any style thanks to Raphaël JavaScript Library. Raphaël is a JavaScript library that let you your work with vector graphics [...]
There are a couple of improvements to do to Full screen centered background image with CSS and jQuery to add some functionality such as window resizing management and make it compatible with Opera. First, you should change the CSS to
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<style type="text/css"> #triquiback{ left: 0; top: 0; position:fixed; overflow:hidden; zIndex: -9999 } #triquibackimg{ position:relative } </style> |
Setting triquibackimg‘s position to relative rather than fixed will make it work in Opera [...]
Recently a lot of sites feature a full screen background image. Full screen background images can be used to give some sort of liquid effect to fixed layouts, or just to show full screen images in some special occurrences, such as Christmas or the launch of a new service. This is what you’ll get: demo. [...]
A couple of days ago a fan of my Facebook page asked me for a script to make the effect you see on this page. Obviously simply reverse-engineering the script wouldn’t be enough for me, so I decided to create a lights off effect that make any content in a given div remain highlighted while [...]