DEV Community

Nitya
Nitya

Posted on

Road to Activision: Will I Make It or Crash and Burn? #Blog_1

๐Ÿงต Day 1: Flask + Hangman (but make it anime)

Started today by building a Hangman game using Flask.
Started with this Tutorial to get the basics down.

๐Ÿ“ธ Original Version
It worked! Looked like this:

Original Version

Functional, but it was giving Windows 98.
Guessing boring words? Mid.
So naturally, I leveled it up: Anime Hangman.

โœจ My Version
Much more kawaii.

My version
My version

Much better.
Did I struggle to display spaces between words for an hour? Yes.
Was the fix one line of CSS? Also yes.

๐Ÿ”— Full project is on GitHub

๐Ÿ”ช LeetCode Grind Begins
Knocked 3 easy problems from neetcode.io:
โœ… Two Sum
โœ… Contains Duplicate
โœ… Valid Anagram
Felt like a genius... for 15 minutes. Then realized I have 300+ more to go. Yay.

Day 1 = anime, Flask, CSS pain, and a leetle bit of code pain.

On to Day 2. Probably more bugs. Possibly more anime. Catch you tomorrow for more dev chaos.

Top comments (0)