Skip to content

Commit 1e84751

Browse files
committed
about update
1 parent 1c73be7 commit 1e84751

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/data/about.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,15 @@ Jul 2018 - May 2022
2929

3030
## Projects
3131

32-
### B Compiler | **WORK IN PROGRESS**
32+
### Nonogram Game | **WORK IN PROGRESS**
3333

3434
Individual Project _(Jun 2025)_
3535

36-
- An attempt at writing a compiler for the B programming language, the predecessor of C, designed by _Ken Thompson_.
37-
- The intent is to make it a cross-target compiler for multiple OS’s and Architectures.
38-
- Learning instruction models and methods of optimizations while generating assembly and machine level code from higher level languages.
39-
- **Tech**: Zig, x86 Assembly, Arm Assembly, 6502 Architecture
40-
41-
### Tasks Manager
42-
43-
Individual Project _(Aug 2024)_
44-
45-
- A simple task tracking application back-end written in go.
46-
- Features JWT based Authorization.
47-
- Has all the standard planner’s features implemented.
48-
- **Tach**: Go, Fiber, Postgres
36+
- Designed and implemented a fully interactive Nonogram puzzle game in Zig using Raylib, showcasing
37+
low-level memory management and graphics programming.
38+
- Built with appropriate data structures to handle puzzle state, validation, and win conditions while maintaining real-time performance including event handling, delivering a minimal gaming experience.
39+
- Puzzle design system is currently in development to allow players to create puzzles and which can be shared
40+
- **Tech**: Zig, Raylib
4941

5042
### Seam Carver
5143

0 commit comments

Comments
 (0)