Skip to content

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 ..!

License

Notifications You must be signed in to change notification settings

Raj-kar/Shuffle-Game-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuffle-Game-with-python

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 ..!

How to Play this Game? 🎮

Download complete? 📁

  • Download/ Clone repository in your system.
  • Run main.py for start the game.
  • Read the instructions and play! ❤️‍🔥

Don't know how to install python or external modules? 😟

Want some modification/ or contribute ? 🤗

What's going on behind the scene? ⚙️

  • 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!

What's Missing? 💢

  • Input validation for the User!
  • Fast API for fetch synonyms quickly!
  • add here, what you think is missing?

About

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 ..!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages