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