Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 339 Bytes

ParabolaGuesser

A simple python game about guessing parabola parameters

Given three points on a 2D-plane, the player has to guess the paramters a,b, and c in f(x) = ax^2+bx+c that result in the parabola best fitting these points

Scored using total distance of all points from the parabola

Includes a Graphic interface using tkinter