# Projects #### A look into the machinations of my mind I've worked on a number of different, cool things in my time since starting to code; here's a few of my top picks! ## asm sweeper 🤖 A project I made to enter into the UQCS 2020 Hackathon; what started as an attempt to make Minesweeper work on the terminal in pure Assembly devolved into an experience I'll never forget. [View the source here!](https://github.com/polyrain/asm-sweeper) ## fitz 🧩 The first "real" C program I wrote for an assignment while I was studying at University. A fully featured game of `fitz`; a game where you must place varying tiles on a board until you or your opponent can't place anymore (and then lost). [View the source here!](https://github.com/polyrain/fitz) ## number scrabble 🎲 My first dabble into functional programming; a simple game of Number Scrabble written entirely in Haskell. While it's not the most beautiful code, I'm still proud of it. [View the source here!](https://github.com/polyrain/Number-Scrabble) _ Go back to [[home | the homepage]] _ --- **Tagged with:: #projects, #about**