Best Projects
Here you’ll find some of my favorite projects that I have created for this website, ranging from games to useful tools (but mostly games). Note: these are not in any particular order.
PongThis recreation of the classic game required me to figure out how to make a ball move in angles using canvas. It’s pretty fun.
“Text Based Adventure Game” (WIP)This game was the first time I experimented with ASCII games. It was really fun creating it. Hopefully I’ll finish it soon.
Rectangle FightThis game was the first time I used HTML canvas to create a game. I used canvas to make it feel like an arcade game. Also, it’s the first time I used audio in a game.
Generator ClickerThe first game that I ever coded, I’m still really proud of this one, though the code definitely needs some work.
BreakoutThis game, a lot of the code from Pong, was very challenging to code, mostly the collision system.
Rock Paper ScissorsIt is mostly just about rock paper scissors strategies, but also a bit of coding tricks.
Conway’s Game of LifeThis was very interesting to create. I also solved a lot of bugs whilst creating it.