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.

Pong

This 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 Fight

This 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 Clicker

The first game that I ever coded, I’m still really proud of this one, though the code definitely needs some work.

Breakout

This game, a lot of the code from Pong, was very challenging to code, mostly the collision system.

Rock Paper Scissors

It is mostly just about rock paper scissors strategies, but also a bit of coding tricks.

Conway’s Game of Life

This was very interesting to create. I also solved a lot of bugs whilst creating it.