Nice Dice
A client-side Javascript implementation of the well-known classic dice game. I plan to make a server side version of this at some point, to allow for networked multi-player capabilies.
A client-side Javascript implementation of the well-known classic dice game. I plan to make a server side version of this at some point, to allow for networked multi-player capabilies.
A slot machine where you can try to win money. Not real money.
Simple tool to convert RGB color codes to Hex codes, and vice versa.
My first attempt at a web color pallete picker. This version will either pick a random colour (by simply clicking the page) or allows the user to set a specific color using the RGB sliders.The tool will show the color and also pick a second color which compliments it. Written using p5.js.
A simple game to test your memory skills. Watch and memorize the pattern, then repeat it. The sequence gets one steps longer each round. The game continues until you make a mistake. This is dedicated to my good friend, Simon developed using p5.js.
A simple implementation of an ISS tracking tool, which uses the "Where is the ISS at API" and Leaflet.js to display the current location of the map. Updates every second. The entire app is running client-side.
Simple web page which displays ASCII codes for pressed keys (achieved in 12 lines of JS)