Projects
Pac Men Project
The PacMan murders...
Create Pac Man-like critters in random locations and set them in motion (with initial random velocity and direction). Watch them bounce around the page! Created using HTML, CSS, Javascript and four images for the Pac Man characters.
I wanted to make this project more like a game, so I added the ability to 'explode' the critters with the mouse cursor. The game makes use of various CSS 'transition' properties as well as Javascript to keep track of collisions.
Moving Eyes Project
Interactivity
The eyes follow you wherever you (the mouse cursor) goes!
Created using only Javascript, HTML and CSS (no images).
Bot-y McBotface API project
Node, Express and discord js bot project
Fully deployed custom discord bot built using Node, Express and DiscordJS. Deployed to Heroku. Add it to your own discord here. Currently the bot responds to the following commands:
- /joke (loads a joke from the icanhazdadjokes.com API and posts it to the discord channel)
- /crypto (returns the latest crypto quotes, using the Binance.us API)
Minesweeper AI AI Project
Let the AI take over!
A minesweeper game, built using Javascript, HTML and CSS. User playable, or let the AI take over! Not mobile friendly at the moment.