Loading...

Powered by CMGame Engine
github.com/tlong314/cmgame

Point-Slope

A line can be uniquely defined with only its slope and any point on the line.

y - POINT_Y = SLOPE (x - POINT_X)

In this game, you create a line via a "slope" to try and connect with a "point". If you connect, the point is removed. Remove all points to win.