My Projects

C++ Minecraft Clone

Image of a world from the project

This is a voxel game made entirely from scratch using no game engine. It was made using C++ and OpenGL.

Features

GitHub Link

Neural Networks

Image of a neural network

This project contains a neural network made in Unity C#. It contains a scene which allows you to visualize a neural network as well as many tests of the neural network.

Features

GitHub Link

Perfect Tic Tac Toe AI

Image of a Tic Tac Toe game against an AI

This project contains a Tic Tac Toe AI made in Unity C#. It uses a Minimax algorithm and plays perfectly (meaning that it will never lose). It also contains some easier difficulties.

Features

GitHub Link