Dodge

This was a fun challenge. I had to write a very specific game in under five hours for my gamedev course's midterm.

Breakout

This is a fun clone of Breakout written in C#. It has sound effects, music, menus, particle systems, collision detection, etc.

Baba

This was the final for my gamedev course. We wrote a "Baba is You" clone in C#. It implements sytems and components, a much more complicated game structure, etc.

Pong

This is a fun little pong clone in C++. I wrote it real quick when I was teaching myself about Raylib.

Sudoku

This is a sudoku solver implementation in C#. Select the correctly formatted input file and it will solve the sudoku puzzle for you. It will brute force if the smarter algorithms fail to solve the puzzle.

Fintech

This was a fun group project. We made a ML algorithm to predict the stock prices of some companies, and made a website to view them. The dataset was much too small though, so do not trust any prediction made.