snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

15 puzzle #406

Closed stevenbird closed 8 years ago

stevenbird commented 8 years ago

The 15 puzzle has a state space of 16!, which is too large to represent in Edgy. The smaller, 8 puzzle could work. But I'm curious about another approach:

stevenbird commented 8 years ago

Resolved in #419