Two-player game. Each time a player enters a word and the game shows the word in shuffle form. player 2 will guess it. If the correct, then player 2 enter a word, and player 1 will guess it. Both the player will get three hints, (one at a time) if they can't answer the word at once ..!
- Python 3.* must !
- And first you have to install some external modules for play this game.
- Internal module { already added }
- random, getpass, itertools, threading, time, sys
- Download/ Clone repository in your system.
- Run main.py for start the game.
- Read the instructions and play! ❤️🔥
- Don't worry. Follow here. 🤩
- Install on Windows
- Install on Linux
- Install on Mac
- Install on Android
- you have to buy a premium version of python3, to install external modules!
- Just Create a pull request and show your creativity!
-
Just added some OP external modules, that's do all the heavy lifting at the backend.
- Just for designing, random color generate, ASCII text and find word synonyms
-
I already added Step by step comment and guide for your better understanding. Read those comments!
-
main.py has the main game logic and functions!
-
design.py has all the basic design of the game.
-
functions.py contains all the necessary function that we need for making the program more user friendly.
-
synonym.py return last hint (a synonym) and display a loading animation!
- Input validation for the User!
- Fast API for fetch synonyms quickly!
- add here, what you think is missing?