Tic Tac Toe in React

This tutorial shows my approach to tic tac toe, and the problem of determining who won. The project is written in React. In this instance I instantiated the project using the ever-useful create-react-app. For the purposes of this article I’ll just point out the key parts of the app, but you can find the entire source code on Github.

Read More

Category Image Box with Image Zoom Using Flex

CSS Flexible Box Layout, commonly known as Flexbox, is a CSS 3 web layout model. It is in the W3C’s candidate recommendation stage. The flex layout allows responsive elements within a container to be automatically arranged depending upon screen size.

Read More

Electron & NeDB Todo App

Build cross-platform desktop apps with JavaScript, HTML, and CSS. Electron with React enables you to have a consistent look and feel for your application across multiple platforms. It’s also dead-simple to build executables and installers with Squirrel.

Read More

Realm Defense Early Build Release

Just in time for the new year I built an early version of Realm Defense, a simple tower defense game written in C# and built with Unity. This was a particularly fun project because I had to write some “dumb” AI for pathfinding. I ended up writing my own algorithm because the size of the game and the calculations required made A* or the more robust and “smarter” solutions overkill, and sacrificed my load time believe it or not.

Read More

Approach to Unity Folder Structure

Below is an example of my project structure inside Assets (where I keep everything). It was generated using tree on my Argon Assault project. I find this keeps my project easy to navigate through.

Read More

Argon Assault

A rails shooter work in progress. Graphics turned down for performance while developing.

Read More

Thrust Game

I have been brushing up on Unity and C#, and made a simple 3D game. The player has to get from a launch pad to a landing pad across an obstacle course. Here is the ropository: Thrust Repo.

Read More

Developing with React Native

React Native has gotten famous among engineers in current occasions. The vast majority of the tech monsters and huge organizations are adjusting this innovation and building up their applications on perhaps the most moving platforms. React Native system is essentially used to create cross-platform portable applications. Going to the fundamental inquiry, for what reason would it be a good idea for you to utilize this platform? The basic answer is that engineers need to make one single code that works for all platforms: Android and iOS.

Read More

Welcome to my development blog!

Thanks for checking out my blog. It’s written in jekyll based on the wonderful template from github user barryclark. I write articles about things I encounter during development, as well as some personal musings and funny things I find online.

Read More