Using React Hooks to Make an RPG Shop - Part 2
Published on February 24, 2021
Now that I've touched on how some hooks work in the previous post I'll explain my actual project. I h...
Read more
Using React Hooks to make an RPG Shop
Published on February 21, 2021
Hooks allow you to use state in functional components and avoid the need for class components. They a...
Read more
Making an Air Hockey game (I *Thought* This Would Be Easy)
Published on February 14, 2021
I started CS50's Introduction to Game Development and the first game to make is Pong. I've made a Pon...
Read more
Creating the Scrolling Background Effect from Battletoads
Published on February 06, 2021
Who doesn't love/hate the Turbo Tunnel level in Battletoads? I decided to analyze and recreate the sc...
Read more
Link's Movement in The Legend of Zelda (Snapping to the Grid)
Published on January 29, 2021
Snapping player movement to a grid
Read more
C++ Inheritance Basics
Published on January 24, 2021
Classes can be related in two ways: by inheritance and by composition. These are referred to as "is-a...
Read more
Looking Back and Going Forward
Published on January 04, 2021
celebrating my 2020 achievements and looking forward to 2021
Read more
Ghost Trap: My TeenyTiny DragonRuby MiniGameJam Entry
Published on November 30, 2020
About my TeenyTiny DragonRuby MiniGameJam Entry
Read more
Getting to Know the DragonRuby Game Engine
Published on November 08, 2020
learning the DragonRuby game engine
Read more
GameTracker Project - Third Time's a Charm
Published on October 26, 2020
Blogging the progress of my GameTracker app
Read more
Getting Started with the Canvas API: Arcs
Published on October 19, 2020
Create arcs with canvas api
Read more
Complex Shapes Part B (something I forgot to mention previously)
Published on October 19, 2020
Create complex shapes with canvas api
Read more
Getting Started with the Canvas API: Complex Shapes
Published on October 05, 2020
Create complex shapes with canvas api
Read more
Getting Started with the Canvas API: Lines and Rectangles
Published on October 05, 2020
Getting Started with HTML5 Canvas API
Read more
Applying What I've Learned to Update A Past Project
Published on September 27, 2020
After entering JS13k (you can read about my experience here) I decided to revisit one of my previous...
Read more
My Experience Entering JS13k
Published on September 15, 2020
My Experience Entering JS13k
Read more
Resizing HTML5 Canvas and Scaling Sprites
Published on September 07, 2020
Resizing HTML5 Canvas and Scaling Sprites
Read more
DocumentFragment 🤔
Published on August 30, 2020
I recently found out about DocumentFragment, which is something I had never heard of before so I figu...
Read more
How I set up Webpack and Babel with vanilla JS
Published on May 05, 2020
How I set up Webpack and Babel with vanilla JS
Read more
Final Flatiron School Project: Animal Crossing New Horizons Creature Tracker
Published on May 05, 2020
Final Flatiron School Project: Animal Crossing New Horizons Creature Tracker
Read more
Making a Game with JavaScript
Published on May 05, 2020
Making a Game with JavaScript
Read more
Flatiron School Rails Project: GameTracker 2.0
Published on May 05, 2020
Flatiron School Rails Project: GameTracker 2.0
Read more
GameTracker: My CRUD MVC Sinatra App for Flatiron School
Published on May 05, 2020
(Note: I'm moving my posts from my time at Flatiron School from my Github to this platform. This blog...
Read more
Flatiron School CLI Project
Published on May 05, 2020
Flatiron School CLI Project
Read more