Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Mind Game 🎯

“Number Mind Game is a simple Python-based number guessing game. The player must guess 3 unique secret numbers generated by the system. The application was converted into a Windows executable using PyInstaller.”


How to Play

  • The system generates 3 secret numbers between 1 and 20.
  • Guess the numbers.
  • Enter numbers in this format: 1, 15, 6
  • After each guess, you will receive hints:
    • Correct numbers (any position)
    • Correct numbers in correct position
    • Correct numbers in wrong position
    • Type end or no to quit the game

Features

  • User-friendly text-based interface
  • Hint system for better gameplay
  • Input validation
  • Restart option after each round

How to Run

  • Open the dist folder
  • Double-click (NumberMindGame.exe)
  • No Python installation required

Technologies Used

  • Python
  • Random module
  • Time module
  • Basic logic & functions
  • PyInstaller

About

A Python number guessing game

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages