My Projects
Tetris
Tetris in typescript. Still working the front end. Also in the midst of refactoring the logic to make it more modular.
Language: TypeScript
CHEK IT OUT HEREErwin-Text
A lightweight, terminal-based text editor written in C with ncurses, featuring syntax highlighting, search, and undo functionality.
Language: C
javascript-dungeon
Fun with websockets. Multi User Dungeon in javascript.
Language: JavaScript
CHEK IT OUT HERESudoku-Solver
just playing around with a brute force/back tracking algorithm to solve sudoku puzzles.
Language: JavaScript
CHEK IT OUT HEREHash-Table-API
A generic, open-addressing hash table in C featuring a memory-efficient design (2 bits per entry for metadata), custom allocator support, and a flexible void* API with type handlers for any key/value type.
Language: C
M3-Enigma-Machine
Javascript implementation of the German M3 Enigma Machine.
Language: JavaScript
CHEK IT OUT HEREDad-Jokes-API
just simple API that delivers random dad jokes from a remote database
Language: Go
CHEK IT OUT HEREgo-neural-network
Feed forward neural network with back propagation and activation functions built from scratch (no libraries)
Language: Go
CHEK IT OUT HERE