My Projects

A collection of projects I've built to learn new technologies and solve interesting problems.

9 projects found

No Image

Durd-Bot

Minmax bot for the card game "Durd" with a web interface

C++PythonFlask
No Image

Fakebook

A social media platform with login, post creation, and friend-adding features

Node.jsExpress
No Image

Maze Generator

Generates mazes of different sizes in PNG format

Python
No Image

Minesweeper Solver

A bot that solves Minesweeper using logical deduction

JavaScript
No Image

Sudoku Solver

Fast backtracking algorithm that solves sudoku

C++
No Image

Text Editor

A simple terminal-based text editor for Linux

C
No Image

Auto-Ngrok Notifier

Sends daily notifications of changing ngrok tunnel IP addresses via Gmail API • Using for my personal raspberry pi

Python
No Image

Passphrase Generator

Script for generating secure passphrases using a wordlist

Python
No Image

Neural Network from Scratch

A neural network built without any external libraries for MNIST dataset. • Can be trained to get ~95% accuracy

CPython