Posted on: 9/19/2017 - 8 min read
How to Code a Tetris clone In JavaScript
Tetris is one of the first games that many of us played growing up. It's fun and challenging and playing a single level can take you from a...read more
Posted on: 2/2/2017 - 10 min read
How To Code Blackjack Using JavaScript
Today I will be building a small BlackJack game in pure JavaScript in the hopes that you out there reading this can use it as a frame to ...read more
Posted on: 1/24/2017 - 6 min read
How To Create A Rain Effect Using Crafty.js
In this post I will cover how to create a rain effect using the JavaScript game engine, Crafty.js, for a 2D side-scroller type of game. If ...read more
Posted on: 1/6/2017 - 4 min read
Why I struggle to be a game developer
Every year i tell myself the same thing. I'm going to make a game and it's going to be amazing. It's going to take you, the player, to anot...read more
Posted on: 6/5/2015 - 5 min read
How To: Make A Game Using Crafty JS Part 1
I recently went on a journey to find a good and simple to use 2D game engine, and after much reading, much installing, and much configurati...read more
Posted on: 5/18/2015 - 9 min read
Coding The Snake Game In JavaScript
We've all seen the infamous snake game. It was a staple of non-smartphones back in the day. In this post, we'll be building something simil...read more
Posted on: 5/13/2015 - 19 min read
Coding Tic Tac Toe In JavaScript
In this post we will be building the ever popular Tic Tac Toe game in JavaScript. It's a relatively simple implementation and the most comp...read more