Rudimentary FPS – Pure Javascript and Canvas

This entry is to show how to implement a FPS camera and controls for a 3d game. The demo uses flat shading for polygons, the polygons are not clipped in the camera view space nor in the screen… Read More

Platform Shooter Demo

This is a short platform shooter developed from scratch on Javascript and Html5 which showcases several game techniques such as slopes, parallax scrolling and basic physics. Maps Maps were built in a Map Editor called Tiled for easier… Read More

Sierpinski

These are some experiments with the Sierpinski fractal which is subdivided recursively into smaller equilateral triangles. You can view the source code doing right click then source code option on your browser, these demos were made using Html5… Read More