Experimental Projects
1D Collision Simulator
A simplistic 1D collision simulator based on the law of conservation of momentum and the transfer of kinetic energy.
ReadTracking Objects
A Pygame program that uses concepts such as acceleration, velocity, displacement to create tracking objects that home in on the user's mouse.
ReadPathfinding 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.
ReadStory Reader Python
A program that uses 15.AI to read out stories in different character voices. Made in Python 3.7
ReadStory Writer Python
A basic story writer that allows users to write, view, edit, and delete stories that they create.
ReadCollatz Conject Processor
A simple C++ processor that processes any number through Collatz's Conjecture.
Read