13.weeks.of.greenfox

Fractals of the Hausdorff dimension

Description:

using recursion for drawing on the canvas

source code

Cantor set Tree Koch Snowflake
Screenshot Screenshot Screenshot
H-tree Circles Hexa Grid
Screenshot Screenshot Screenshot Screenshot
Vicsek Sierpinski Triangle Koch Line Sierpinski Carpet
Screenshot Screenshot Screenshot Screenshot

Maze generating algorithm

Description:

recursive backtracking for drawing the 'path' of the maze

each time gives different output.

source code

maze


RPG

Description:

A simple hack/slash game using tkinter

leveling-up, random-map generation

beating a level requires killing the boss and acquiring the key

if your character is on the same tile as an enemy you loose some hp

thanks for itch.io for the free game assets (a few were modified via gimp)

source code

rpg


Conway's game of life

Description:

infinite map

added some drawing functionality

source code

gameoflife


Gallery

Description:

scrollable

responsive

abstract

source code

gallery


Reddit-like webpage

Decription:

mocking reddit layout

submitting & editing posts

talking to db

very basic login for users (no salted ssh)

source code

|


music player

Description:

insert all music files paths into db

load all metadata into the interface

talk with last.fm api

visualisation via p5.js - rerouting audiocontext to fft's analyserNode

source code

radio


Template engine & transcompiler

Description:

accessing db

passing pug array of objects

filter data via category and price

source code

bookstore


Angular tour of heroes

Description:

added custom css

source code - live demo

|