# Day 1 of #100DaysOfCode: Built My First Project

> Source: <https://dev.to/blurbisht/day-1-of-100daysofcode-built-my-first-project-4hem>
> Published: 2026-08-27 06:10:03+00:00

Published: 27/08/2026

**The Setup**

I'm 16 years old and starting my coding journey in 2026. After using Twitter, GitHub, and setting up my domain ms.blurbisht.fun, I decided to commit to #100DaysOfCode.

**The Project:** Pong Game CLI

A terminal-based two-player Pong game built with Python's curses library. Demonstrates:

```
# Key code snippet
if key == ord('w'):
    left_paddle.move_up()
```

Why I Built It: To move beyond theory to actual shipping. My goals: learn Python → build AI agents → create multi-agent systems.

What's Next: Day 2: **Not Planned!!**

Connect:
