Snake
Last Updated: June 2018
This is my recreation of Snake. This was my first ever JavaScript project and my primary focus was to learn the fundamentals of JS and HTML/CSS. It heavily relied on the <canvas> element to function. It plays the way traditional snake does and has a few settings that can be changed by the user.
Repo
Pong
Last Updated: July 2018
This is my recreation of Pong. This game supports both 1 and 2 players. However, the computer in the 1 player mode is unbeatable and just for practice. Additionally, the angle that the ball deflects off the paddle at is randomized.
Repo
Platformer
Last Updated: September 2018
My first "original" game! The premise of this game is really simple, just grab the coins and go to the exit. What's special about this game is that the player is able to make and play their own levels. While making this game, I also fiddled around with jQuery for some animations. Development of this game is currently on hiatus.
Repo
Basketball DB
Last Updated: December 2019
This is a school project I did for my Databases and SQL class. It is a database that shows various stats for players, teams, and venues for the 2018 season. It comes included with some useful views such as generating everyones rating and listing the players who changed teams and had an increase in points scored.
Repo
Destiny Weapon Checklist
Last Updated: July 2020
My most current project is an app that utilizes Bungie's API to retrieve game information specific to the user and display it in an organized way for the user. However, this project is still in early development and doesn't have a working version.
(Project in Private Repo)