/py-guessing-game

A guessing game made in Python with multiple fun gamemodes.

Primary LanguagePython

A python guessing game made in python with 3 different gamemodes.

1p - One player gamemode, guess a number generated by an AI to try and win.

2p - Two player gamemode, Go against your friends, or family. One player picks the number for the other player to guess.

2p-sw - Two players compete to try and guess the random number, both players have infinite attempts.

rev - Reverse gamemode, you pick the number for the AI to guess.

Feel free to edit the code as much as you want, and even make your own gamemodes.