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
No external packages use on this program
Some Built-in modules used on this program Such as random, os, pickle
import random
import os
import pickle
1. Guess the number with your friends.
2. Choose the difficulty level.
3. All scores will be saved into the file.
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.
Note: This is developed in the:
Python 3.9.0
environment
Email: rsfahad97@gmail.com
Made by Fahad
Please help me to improve the project further.