Hello, I am a computer engineering student with an interest in embedded systems

~ My Projects ~

Logisim CPU

Description:


This is a simplistic CPU I built and simulated in Logisim. It is capable of basic arithmitic computations, displaying characters.

Technical Details:


Motivation:


This project was largely inspired by

I wanted to follow along with his videos, but did not have the physical components to do so, and so decided to follow along with this simulation.


Advanced Tic Tac Toe

Description:


In this game of advanced Tic Tac Toe you strive to take control of several smaller Tic Tac Toe boards, each themselves arranged in a major grid. When placing a tile, you also  This adds a strategic, chess-like element to the game, as you must carefuly consider your moves by predicting the moves of your opponent.

It is also three player! In this mode you play on a 5x3 grid rather than the standard 3x3

Technical Details:


This game was programmed entirely in C++, with the only external library used being SFML, which is used to handle all window, media, and networking operations. Because of SFML's cross-platform nature, I am easily able use the same source to build for multiple platforms; and so far, I have succesfully done so for Windows and Linux