This is a voxel game made entirely from scratch using no game engine. It was made using C++ and OpenGL.
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.
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.