Skip to content

an App where using 2 point a rectangle will be created and we will guess if the point pass by user falls inside rectangle or not there are more functionality also

Notifications You must be signed in to change notification settings

Zidane786/Geometry_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Geometry_Game

the game is about users guessing points inside a rectangle. Rectangles have coordinates for their lower-left and upper-right corners and points also have coordinates.So we will create game which will have following Functionality:-

  • we will get Rectangle coordinates for their lower-left and upper-right corners randomly and print the rectangle co-ordinates
  • after printing Rectangle co-ordinate guess what Point co-ordinate will fall in that rectangle by User-Input
  • check if point falls in rectangle return True if falls else return True
  • Guess the area of rectangle User-Input
  • return the actual area of rectangle
  • distance between 2 point 1:-the point we guess which fall in rect or not 2:-provide any point and print the Distance
  • Create Rectangle Graphically
  • locate the guessing Point also on GUI

About

an App where using 2 point a rectangle will be created and we will guess if the point pass by user falls inside rectangle or not there are more functionality also

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published