I Built a Python Hangman Game and Pushed My First Project to GitHub
Hey everyone, I recently started learning to code โ and instead of just watching tutorials, I decided to build something.
This is my first real project as a beginner: a Hangman game written in Python. Itโs also my first time using GitHub to store and share my work publicly.
๐ง What I Used
- Python (basic syntax, loops, input/output)
- Random module
-
collections.Counter
for comparison - Basic terminal I/O
- Git + GitHub
๐ฎ What I Built
A classic Hangman game that:
- Chooses a random word from a list
- Asks the user to guess one letter at a time
- Shows blanks and correctly guessed letters
- Tracks chances and ends the game if you win or lose
๐ GitHub Repo
๐ Hangman Python Game
I added a clean README.md
file and structured the repo properly, something Iโm trying to get better at early on.
๐ก Key Takeaways
- Start small โ one finished project is worth more than 10 tutorials.
- GitHub is powerful โ even beginners should use it from day one.
- Keep learning in public โ it builds consistency and community.
๐ฃ๏ธ Whatโs Next
Iโm currently learning HTML + CSS, and Iโll be building static sites soon. After that, I plan to start JavaScript projects.
Every project I build will go up on GitHub and Iโll be posting weekly updates on X and Hashnode.
โ Connect
If youโre also learning or building in public, Iโd love to connect and exchange ideas:
๐ Hashnode: Rohan Nilatkar
๐ฆ Twitter/X: @iixpreyliet
๐ป GitHub: preyliet
Thanks for reading โ keep building!
Top comments (2)
Project Overview
Technologies Used
Game Features
GitHub Repository
Key Takeaways
Future Plans
Connections
Conclusion
made with love by axrisi

Thank you Sir I needed this
Some comments may only be visible to logged-in visitors. Sign in to view all comments.