Skip to content

A simple python game about guessing parabola parameters

Notifications You must be signed in to change notification settings

MarvinFrisch/ParabolaGuesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

A simple python game about guessing parabola parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages