Various simple C++ projects
Tic Tac Toe - Monte Carlo AI (28/03/2018)
My first proper C++ project. Player vs AI.
Chess - Simple AI (05/04/2018)
Felt like playing around with some AI and seeing what I could do. AI vs AI.
Asteroids Game - 2D Physics (22/06/2018)
Basic implementation of some 2D physics.
AI Project - A* Pathfinding, State Machines, Decision Trees, Behaviour Trees, Steering Behaviours (09/08/2018)
A not so simple implementation of basically as much random AI stuff as I could stuff into one project.