Neil

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.

View Demo

View at Github

Slot Machine

A slot machine where you can try to win money. Not real money.

View Demo

View at Github

RGB to Hex Converter

Simple tool to convert RGB color codes to Hex codes, and vice versa.

View Demo

View at Github

Color Picker

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.

View Demo

View at Github

Memory Skill Game

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.

View Demo

View at Github

ISS Finder

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.

View Demo

Keycodes

Simple web page which displays ASCII codes for pressed keys (achieved in 12 lines of JS)

View Demo

View at Github