DEV Community

Cover image for 90 Days of Code: Day 15 – Building a Beginner-Friendly Coin Toss Game with Python
momina raheel (Moona)
momina raheel (Moona)

Posted on

90 Days of Code: Day 15 – Building a Beginner-Friendly Coin Toss Game with Python

As part of my #90DaysOfCode challenge, I’m excited to share my latest open-source Python project: a console-based Coin Toss Game built with beginners in mind.

  • Content:
  • This project lets players guess “heads” or “tails” and see the result — a simple but effective way to learn:
  • Randomization: Using Python’s random module to simulate a coin toss.
  • Conditionals & Loops: Managing user guesses and game flow.
  • User Input: Handling interaction in the console.

The code is fully commented to make it easy for new learners to understand and modify. It’s a single Python file you can download and run right away.

Whether you’re just starting out or want a small project to reinforce your Python basics, this game is perfect for learning by doing.


Check out the repository, star it if you find it helpful, and let me know your thoughts!

Link:
https://github.com/shadowMomina/Day-15-Coin-Toss-Game.git

Top comments (0)