Skip to content

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.

Notifications You must be signed in to change notification settings

OttoVintola/triangle-puzzle

About

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.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages