Software
Fuze Game
A javascript browser game, complete with levels, enemy AI, and weapons.
I built it to be modular and easily customisable.
The player, all weapons, and projectiles are stored in objects called "sprites".
The sprite properties are stored in JSON files which contain properties such as
health, speed, and damage. Textures are stored separately in txt files.
The renderer reads the cached textures, including that of the level, and displays them on the screen.
Pages
A javascript library facilitating the creation of HTML documents split into A4 pages.
Content can be added to designated headers and footers, including page numbering.
Open the demo
FuzeVD
Youtube video downloader.
Open project page
Fuze Tables
Pure javascript library that lists JSON data in a table, with sortable and searchable columns. Under 500 lines of code!