Works
Checkers
This is a checkers game I created in Vanilla JavaScript that utilizes DOM manipulation and event listening
with a little bit of HTML and CSS. You click a piece to move and then a valid tile to move to. The
king icon was created using fontawesome.
Battleship Game
I created the Battleship game with JavaScript and a little HTML and CSS. You type in a location in the
form in the bottom right and hit enter or press fire, then a message appears in the top left indicating
whether your guess was a hit, miss, or sank a ship. When the game is over you are told the number of guesses
it took you took you to win. The code implements a model-view-controller design pattern.
Image Gallery
This is a fantasy image gallery I created with HTML, CSS, and Bootstrap. It is responsive for mobile devices
and takes advantage of Bootstrap's grid system, jumbotron, and navbar.
Color Game
This is a responsive RGB color guessing game I created using JavaScript, HTML5, and CSS3. It utilizes
DOM manipulation and event listeners.
Check out my GitHub here for everything I'm working on!