Cameron Blankenship

Software Engineering Portfolio

GitHub Homepage

Here you will find some of my projects.

 

Quoridor

A game of Quoridor.

 

Hashmap

A hashmap implemented in Python complete with helper methods such as put(), get(), remove(), and resize_table()

Smallsh

A small shell emulator built in C using multithreaded techniques and exec() family of functions.

 

Exercise Tracking App

A RESTful MERN app using the model/controller design pattern.

 
 

Hangman

A game of ASCII Hangman. Good Luck!