DEV Community

BlurBisht
BlurBisht

Posted on

Day 1 of #100DaysOfCode: Built My First Project

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:

  • Object-oriented programming
  • Game loops and input handling
  • ASCII graphics animation
  • Score tracking
# Key code snippet
if key == ord('w'):
    left_paddle.move_up()
Enter fullscreen mode Exit fullscreen mode

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:

Top comments (0)