narrator cloud

snowfall garden

snowfall garden is a place where users can draw or upload snowflakes to be turned into html elements with a css animation of a snowflake effect to be uploaded onto websites.

snowfall garden has 2 pages: paint and social. the creative element, paint, is where users draw snowflakes made possible with javascript which is then stored in a mysql database by the python backend. snowfall gardens social page lists all user submitted snowflakes where they can be modified and copied for people to post on their sites. visit snowfall garden

source

halloween 2022 treasure hunt

a halloween treasure hunt game. i wanted to try make a game with entirely html and css. one of the coolest techniques i used was a python script that generated a html animation for the floating bones in the hall of bones, to avoid the use of javascript. i later used a similar technique in snowfall garden. you can still play the game

source

natural selection simulator

written using the godot engine, natselsim is a zero player videogame where rabbits hop on a procedurally generated chunk of land at the cost of energy, competing for food which replenishes it. rabbits have different genes, each gene determines traits such as how long the rabbit can live, how high it can jump, the pattern and colour of its fur coat and how greedy it is for food. once a rabbit is well fed it will search for a mate and create offspring, passing on its genetic traits, with a random chance of mutating. users can determine the traits of the initial population and at the end of the simulation, view all of the rabbits traits, and observe how the rabbits have gradually adapted to their surroundings

i believe that much more work needs to be done to make the program more robust

source

snakey

snakey is a snake game. i wanted to make a game without a purpose built engine, so i made snakey in java and jframe. it has extra features such as a variety of food which can go rotten and negate the snake's length. aswell as portals allowing the snake to teleport

on the "server" git branch im working on making the game multiplayer

binary
run java -jar snakey.jar or maybe your desktop environment will figure out how to run it upon double clicking

source

auctioner

auctioner is a little auction api where users can register, log in, auction items and then bid on them before they expire

i want to create a frontend for auctioner. possibly in reactjs

source

jump to first link