Programming
This page contains some of the code I’ve written, either on my own or as university projects. I’ll be adding them as I clear them a bit.
- Terminal minesweeper
Well, I think everybody knows that game. Read the README for instructions in how to compile and play. - Brainfuck Interpreter
Brainfuck is a Turing-complete minimalist programming language.