News

This repository contains a set of simple Python code for a simple number guessing game. The player guesses a number between 1 - 100 and the game tells the player if the number is too high or too low, ...
Welcome to Day Eight of my 21-day project series! Today, I have made a pretty simple and fun Number-Guessing Game In Python. It is not a GUI, not an AI. Just a simple guessing game. This mini-project ...
This nostalgia led us to build a word guessing game using Python functionalities. It works in your browser, and it’s pretty simple: guess a word, and the software will tell you if you are guessing it ...
This mini-project is a Word Guessing Game in Python. It is a very simple implementation of this game. There are no fancy GUIs or stuff. It doesn’t also have any functions. It’s all directly ...