An open API service indexing awesome lists of open source software.

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

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