nelsonxb / GraphPaperRaceGame

Implementation of Racetrack (graph paper game)
MIT License
0 stars 0 forks source link

Interpolate track edges for smoothness #27

Open RSteyn opened 9 years ago

RSteyn commented 9 years ago

I could use Bézier curves to smooth out the edges of the track without altering the shape, as is done with in the analog version. The maths is seriously deep and programmatically difficult, and the benefit gained minimal. This is therefore extremely low priority.

RSteyn commented 9 years ago

It would appear that Slick has a path graphics feature already, so I don't actually have to do all of the maths myself. This just became much more feasible.

nelsonxb commented 9 years ago

@RSteyn Check back on this once we start working on 0.4 (or earlier) and decide whether or not you want to go through with this. If not, just remove the milestone (we might come back to it later).