| ▲ | Building a Hamiltonian Path Puzzle(4rknova.com) | |
| 10 points by ibobev 2 days ago | 2 comments | ||
| ▲ | ccppurcell 2 hours ago | parent | next [-] | |
For a puzzle of this sort I would expect to be able to create multiple path segments and connect them later. I would be able to do this with paper and pencil. For instance on the first puzzle you can deduce the way 2 and 3 must be connected without knowing how to connect 1 and 2. | ||
| ▲ | anthk an hour ago | parent | prev [-] | |
Related? https://www.t3x.org/files/floodfill.pdf Basic interpreter for the code: https://www.t3x.org/nmhbasic/index.html To compile it:
To run some basic programs:
Exit to your OS:
OK, let's run the floodfill example from the PDF: | ||