Skip to content

The simple game "Guess the Point" created for practice OOP in Python.

Notifications You must be signed in to change notification settings

olczi095/guess-the-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

guess-the-point

A simple game in which the user must type the point falls in the rectangle.

Installation

  1. Clone the repository
git clone https://github.com/olczi095/guess-the-point.git
  1. Change the directory
cd guess-the-point
  1. Run the game
python guess_the_point.py

General rules

  1. 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.
  2. The coordinates of the points can be randomized (and guessing) from the range 0-100.

Inspired by

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.

Libraries and Technologies

Python 3.10

About

The simple game "Guess the Point" created for practice OOP in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages