Tag Archives: canvas

JavaScript Canvas Lightning Effect

Messing around with JavaScript and Canvas. Here is a version of some lightning code I adapted to work in JS and Canvas. Continue reading

Posted in Canvas, Programming, Web Development | Tagged , , , , , | Leave a comment

Canvas Lunar Lander update

Game is still coming along, it now supports zooming, which was actually a little bit tricky to figure out. Only a few more things left to add before its a full fledged game.. or clone of a game that is. … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , , | 1 Comment

Lunar Lander Canvas Game

Working on a lot of things lately but noticed I haven’t made a post in quite a while. Heres a quick look at one of the random games I’m making using JavaScript and the Canvas element. Its essentially a clone of Lunar … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , | Leave a comment

Dynamic rotated sprite sheets with JavaScript

Been working on the single player canvas game this week and got a few cool things accomplished in terms of performance. The main thing I was working on was trying to reduce the slowdown on real time image rotation.  What … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , | 2 Comments

New Canvas game im working on

A while back I posted a link to a Flash game I was working on, it was going to be multiplayer using Nanoba. Unfortunately I gave up on it pretty quickly, I’m not a big fan of Flash and I … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , , | Leave a comment

Terrain Generation with Canvas and JavaScript

The idea of creating height maps with JS and canvas came from an  idea I started for a different website I’m developing. This small project has taught me many things (some of the unfortunate things I learned is I still suck at math, … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , , | 1 Comment

Quick Canvas Game

space invaders clone I’ve been hearing things about this canvas element lately and I found some really cool uses. Mostly I found examples of charts that use it, which makes sense because in some browsers its not very fast rendering … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , | 1 Comment