Blog
A collection of all my blog posts (not by any particular category or order). If you’re looking for something specific then check out my posts on Photography, Travel Guides, and Unity Tutorials.
Glacier Basin and Emmons Moraine Trail Report
Glacier Basin and Emmons Moraine are both easy/moderate trails that start near the White River Campground at Mount Ranier National Park. The trail begins at the far end of the White River Campground. Limited parking is available in the ‘climber / picnic’ parking lot as well as along the side…
Mount Washington Trip Report
Mount Washington is a moderate trail a short distance from Seattle just past North Bend. I made a day trip early Saturday morning to check it out. The trail was easy to find, take exit 38 off I90 and make the first right. You’ll quickly see a sign for Ollalie…
Goat Mountain Trip Report
I took a weekend backpacking trip to Goat Mountain this past weekend in the North Cascades. The drive up from Seattle wasn’t bad. Traffic was light and we arrived at the trail-head at around 10 A.M. There isn’t too much parking space, but if you arrive early there should be…
Simple State Machines
Quite commonly game state machines are designed to be overly complex and hard to understand. As the game expands, they become larger and harder to follow. Somehow the game still magically works and most of the time nothing is done to simplify it. Generally most games revolve around a few…
Tips That Every Indie Game Dev Should Follow
Game Development doesn’t come easy. It’s even more daunting for the indie developer. Whether you’re just starting out or you have a few titles under your belt, here are some tips that every indie game developer should follow. Some of these are more technical, while others may be more of…
From Coast To Coast
I’m in Seattle! Since my last post I’ve packed my bags and flew across all the great states to Seattle. For the time being I’ll have to say good bye to New Jersey and call Washington my new home. It’s been a hectic past month, finding a new home, moving…
Simple JSON to Store Game Data in Unity
In this Unity tutorial, I’ll show you how to effortlessly read JSON files to import data into your game. JSON is an excellent way to manage your game data and seamlessly load it as Unity objects during runtime. Games typically involve a lot of data that used for different game…
Data Structures For Tile Based Games
In this tutorial I’ll show you how to implement data structures for your tile-map / tile-based game. Using a grid based approach is a popular technique for many types of games, such as RPGs, board games, and RTS games. These games usually have a ‘top-down’ look, but other approaches can…
Buff System with Scriptable Objects for Unity
Learn how to create a flexible and extensible buff system for unity using scriptable objects. Full source code and sample available on Github!
Fall Update
It’s been a while since my last update so I just wanted to share a little update. It’s been quite hectic and busy lately, with the launch of Stone Age, work on my new project (to be shared later), and of course the peak of Fall. I’ve been trying to…