Here are some of the projects I've worked on in my free time. Some of them are just links to GitHub, but some have a demo in the browser, if you see a play button, why don't you click it?
My own NES emulator!
Saft is my personal programming language project. I've created a lexer, parser, compiler and bytecode vm in this project.
I have participated in Advent of Code since the year 2019. I'm one of those people who wake up at 6 am. to finish my puzzles as quickly as possible, before going back to sleep.
The game of tetris coded up in a single evening.
A javascript implementation of a CHIP-8 emulator.
A CHIP-8 emulator written in rust. CHIP-8 is an imaginary console, a popular introduction to the world of programming emulators.
A simple voxel world generation with 3d rendering for the browser using three.js.
Conways game of life is popular cellular automata. I implemented it in some basic JavaScript for fun.
A simple implementation of the snake game.