https://github.com/nikol4ss/lucky-number
Drawn number game, with countdown
https://github.com/nikol4ss/lucky-number
os prettytable python random time
Last synced: about 1 year ago
JSON representation
Drawn number game, with countdown
- Host: GitHub
- URL: https://github.com/nikol4ss/lucky-number
- Owner: nikol4ss
- Created: 2023-11-08T17:00:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T18:33:27.000Z (about 2 years ago)
- Last Synced: 2025-05-21T17:35:42.942Z (about 1 year ago)
- Topics: os, prettytable, python, random, time
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuckyNumber
A game that features a timer and a choice of difficulty, resulting in a time limit. Within this time, you need to guess the correct number. If you guess correctly, the game ends with a victory; otherwise, the game ends when the timer runs out.
## Features
- Choice of difficulty levels, which determine the time limit
- Timer countdown
- Victory condition: guessing the correct number within the time limit
- Defeat condition: timer runs out without a correct guess
## Future Improvements
- Hints to assist the player
- Ranking system to track high scores
## Requirements
- Python 3.x
- prettytable
- time
- random
- os
## Installation
Clone this repository:
```sh
git clone https://github.com/isNikol4s/LuckyNumber.git