This is a 2 player game with the objective of correctly guessing the opposing player's code before they guess yours! The game's logic is loosely based on the popular board game Mastermind and uses aspects of Wordle as well. Read the instructions when the game starts to understand how to play.
Follow link to the Github repo for documentation: https://github.com/kamdoescode/python-game.git
Resources:
for rich module: https://medium.com/@ahmedharabi/get-started-with-the-python-rich-library-2736b1b57941
for ANSI color codes: https://stackoverflow.com/questions/4842424/list-of-ansi-color-escape-sequences
for hiding text using os module: https://stackoverflow.com/questions/35813667/python-hide-already-printed-text