P1

Projects

TBD

Project Name

2026

Coming soon. This project is currently in progress — description and screenshots will be added once complete.

C

Dungeon Crawler

Apr 2025 — May 2025

A text-based dungeon crawler built in C with procedural dungeon generation and a unique bitwise combat system. Explore rooms connected as a graph, fight three tiers of monsters (Minion, Mini Boss, Boss) using 5-bit binary attack rounds, collect health potions and damage boosts, and find the hidden crown to win. Features save/load to JSON, a debug mode, and a spanning-tree algorithm that guarantees every dungeon is fully reachable.

View on GitHub →
C

Minesweeper

2025

A terminal-based Minesweeper written entirely in C. Features 3 board sizes (5×5, 8×8, 15×15), recursive flood-fill reveal, flag placement, save/load system, safe first-move guarantee, and an admin debug mode. Built as my first C project — handles input parsing, file I/O, and terminal rendering without any libraries.

View on GitHub →