Experimental Projects

1D Collision Simulator

A simplistic 1D collision simulator based on the law of conservation of momentum and the transfer of kinetic energy.

Read
Tracking Objects

A Pygame program that uses concepts such as acceleration, velocity, displacement to create tracking objects that home in on the user's mouse.

Read
Chess Code

A chess-based esolang that uses Python as a compiler.

Read
Pathfinding Algorithms

A test project that is my attempt to program the Dijkstra algorithm and A* algorithm.

Read
Chungus CPU

A CPU "Emulator" that uses a custom programming language and can run basic programs. It is the first CPU/Emulator I've made.

Read
Polynomia Sequence Solver

A C++ program that can take a polynomial sequence and find the nth term.

Read
Story Reader Python

A program that uses 15.AI to read out stories in different character voices. Made in Python 3.7

Read
Story Writer Python

A basic story writer that allows users to write, view, edit, and delete stories that they create.

Read
Collatz Conject Processor

A simple C++ processor that processes any number through Collatz's Conjecture.

Read