Conways Game of Life

Dec 10, 2024 · 1 min.

The Game of Life, also known as Conway's Game of Life or simply Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

AI Snake Agent

May 9, 2024 · 3 min.

Using my Console Game Engine, this is a reinforcement learning project using the C++ Pytorch framework to train a neural network to play the classic arcade game Snake.

AR Map

Dec 12, 2023 · 1 min.

ARKit implementation that pins a user's location to maps and globes.

Console Game Engine

Sep 12, 2023 · 1 min.

A simple game engine for the Linux / MacOS terminal. Using the NCurses api's this simple game engine allows for building simple arcade sytle games.

Covid Monitor

Dec 12, 2021 · 1 min.

An iOS app that monitors for Covid-19 using an Apple Watch

C.A.I.N.N.

Feb 20, 2019 · 4 min.

C.A.I.N.N. (Christopher's Artifically Intelligent Neural Network) is a machine learning framework built in native C++ with a Python wrapper around it.