You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala game created with ScalaFX from scratch. The game is a variation of an edge matching puzzle – included in the file is a backtracking algorithm to solve the NP problem in O(M^N) time, where M is the number of fitting triangles for each location which varies based off heuristics.