C++ Projects
Pathfinding Algorithms
A test project that is my attempt to program the Dijkstra algorithm and A* algorithm.
ReadChungus CPU
A CPU "Emulator" that uses a custom programming language and can run basic programs. It is the first CPU/Emulator I've made.
ReadPolynomia Sequence Solver
A C++ program that can take a polynomial sequence and find the nth term.
ReadCplusplus Minesweeper
A simple minesweeper game that I made in C++. It contains three difficulty levels.
ReadCollatz Conject Processor
A simple C++ processor that processes any number through Collatz's Conjecture.
ReadOmega's Bane
An RPG style game I created in C++. You explore a cave and must defeat Omega to stop him from getting into the world.
ReadRock Paper Scissors AI
A C++ Rock Paper Scissors game featuring an AI with four different strategies.
Read