Skip to content

A simple python program of guise game. The program will generate a number randomly and you have to guise the number. If you guise wrong the program will tell you to enter a bigger or smaller number. If you guise right it will save your score to a pickle file. You can also play with your friends and all the highest score will be saved. Choose the…

Notifications You must be signed in to change notification settings

RF-Fahad-Islam/Perfect-Guise-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Perfect Guise Game

A simple python program of guise game. The program will generate a number randomly and you have to guise the number. If you guise wrong the program will tell you to enter a bigger or smaller number. If you guise right it will save your score to a pickle file. You can also play with your friends and all the highest score will be saved. Choose the difficulty level of the guessing number range

Requirements

Packages or Modules

No external packages use on this program

Imports

Some Built-in modules used on this program Such as random, os, pickle

import random
import os
import pickle

Usage

1. Guess the number with your friends.
2. Choose the difficulty level.
3. All scores will be saved into the file.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

For guaranteed pull request:

1 . Describe an issue with the pull request.
2. Adding or suggesting new features
3. Improve the Programme.
4. Fix the Bugs and described
5. Adding functions to do more drawing activities

Please make sure to update tests as appropriate.

Versions

Note: This is developed in the: Python 3.9.0 environment

Contact me

Email: rsfahad97@gmail.com

License

Made by Fahad

Thanks for visiting

Please help me to improve the project further.

About

A simple python program of guise game. The program will generate a number randomly and you have to guise the number. If you guise wrong the program will tell you to enter a bigger or smaller number. If you guise right it will save your score to a pickle file. You can also play with your friends and all the highest score will be saved. Choose the…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages