Academic and personal projects
lark - C# bash-like Shell (WIP)
A small bash-like shell I am making in C#.
wordgame - C++ Online Hangman Game (WIP)
"Online" command line hangman game where players take turns to guess letters of a word.
Currently it sets up a server on localhost, which can be connected to with nc localhost PORT
.
pacman - Python AI Pacman Player
AI pacman player that chooses the best move to play based on moves from previous games. Uses an ensemble Decision Tree Classifier that is trained on data from previous games.