Bomb Game

Simple arcade style game written in Javascript+Canvas

July 1, 2022 · Reppard.

Pong Game

Pong style game written in Javascript+Canvas

July 1, 2022 · Reppard.

BitBrain.life

This project started as a simple “shower thought”. Could I build jsFiddle inside jsFiddle? After a few minutes of “fiddling”, it was clear that the answer was Yes! Below is the crude code of that first iteration. No idea for how long, but the original fiddle can be found HERE. Prototype Code HTML <button id="run" onclick="runContent()">run</button> <div class="box"> <div class="col"> <textarea id="html"></textarea> <textarea id="javascript"></textarea> </div> <div class="col"> <textarea id="css"></textarea> <iframe src="" id="frame"> </iframe> </div> </div> Javascript var frame = document....

May 20, 2022 · 3 min · 441 words · Reppard.

BitBrain.life

BitBrain.life aims to push forward learning by doing, inspiring creativity and curiosity in technology.

May 20, 2022 · 3 min · 441 words · Reppard.

Paint

Experimental Paint Application using HTML5 Canvas

May 20, 2022 · Reppard.

Bible

Experiement building a KJV Bible app with Vanilla JS

March 14, 2022 · Reppard.

Simeon

A simon clone written with Vue.js

February 9, 2022 · Reppard.

ColdHoard

Client-side tool for tracking crypto wallets, written in Vue.js

May 4, 2021 · Reppard.

Roll or Die

A fun dice roller set and character generator, written in Vue.js

February 25, 2021 · Reppard.

Mathfacts

A simple game made to help my son with his mathfacts.

September 22, 2016 · Reppard.