A simple game in which the user must type the point falls in the rectangle.
- Clone the repository
git clone https://github.com/olczi095/guess-the-point.git
- Change the directory
cd guess-the-point
- Run the game
python guess_the_point.py
- At first the program shows coordinates of the rectangle to the user (they are randomly selected), then the user has to guess the point from inside the rectangle by enter the coordinates of the point.
- The coordinates of the points can be randomized (and guessing) from the range 0-100.
The game idea comes from the Advanced Python Programming: Build 10 OOP Applications course on the UDEMY website. I wrote it myself from scratch before checking the code from the course, mainly to practice OOP.
Python 3.10