https://github.com/arran4/matchstickproblem
Generates an image of solving the "match stick problem" (move a match stick) for amusement
https://github.com/arran4/matchstickproblem
amusement fun match-stick
Last synced: 3 months ago
JSON representation
Generates an image of solving the "match stick problem" (move a match stick) for amusement
- Host: GitHub
- URL: https://github.com/arran4/matchstickproblem
- Owner: arran4
- Created: 2017-07-09T10:31:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T19:33:17.000Z (11 months ago)
- Last Synced: 2025-01-12T07:13:56.028Z (5 months ago)
- Topics: amusement, fun, match-stick
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matchStickProblem
This is a "simple" solver for the "Match Stick" problem meme that was going around, basically it was to make the largest number by simply moving a couple match sticks. There is a lot of variance that could be added to this to closer try match human ingenuity however I didn't go that far at the time of writing as I guess I just wanted it to be done.
I probably would have bothered doing so, if the inbuilt go `image/gif` library was better at handling large files, or there was some sort of webm or apng library I could use. -- Without having to link ffmpeg in directly as that's cgo.
Example (will take it's time to load please wait.)

See releases for downloads:
* https://github.com/arran4/matchStickProblem/releasesLicense.. Something like MIT but you must credit me via link to this repo.