Projects Deployed on Netlify

  • Classic Snake in JavaScript

    A project from my Fullstack Academy Bootcamp curriculum and my 3rd game. This is the classic Snake game made in JavaScript. Eat the red square to grow while avoiding your tail and the walls. I added a difficulty slider to increase the Snake speed, as well as a score tracker to keep track of your highscore (for as long as the window is left open).

  • Guessing Game in JavaScript

    Another project from the Fullstack Academy Bootcamp curriculum and my 2nd game. In this game, made with JavaScript, you are given 5 chances to guess a randomly generated number. I added hints that change dynamically with every guess. I also added a hint button that gives you 3 answers, one of which is the correct answer, the other two are random numbers.

  • Blackjack Game in JavaScript

    My very first solo project, made before my bootcamp, and my first game. This is a very basic and simplified version of BlackJack, made in JavaScript. I added "AI" that plays by the same rules a dealer in a casino would.