https://github.com/shlomif/binary-puzzle-garden
Various programs to manipulate the so-called "Binary Puzzle"s which are featured on http://www.binarypuzzle.com/
https://github.com/shlomif/binary-puzzle-garden
hacktoberfest
Last synced: 19 days ago
JSON representation
Various programs to manipulate the so-called "Binary Puzzle"s which are featured on http://www.binarypuzzle.com/
- Host: GitHub
- URL: https://github.com/shlomif/binary-puzzle-garden
- Owner: shlomif
- License: other
- Created: 2012-08-03T20:10:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T05:09:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T21:44:54.853Z (7 months ago)
- Topics: hacktoberfest
- Language: Perl
- Homepage: http://www.shlomifish.org/open-source/projects/japanese-puzzle-games/binary-puzzle/
- Size: 226 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the Binary Puzzle Garden, which aims to provide solvers and in
the future possibly other programs for the “Binary Puzzle” from:http://www.binarypuzzle.com/ .
License is the MIT/Expat Licence. There's not much here yet - see the `ruby`
directory for the first prototype.Thanks to Meir Maor for giving a talk about Scala on
[August Penguin 2012](http://august.penguin.org.il/) which inspired me to
start working on this, first in Scala (which turned out to be a dead end, due
to the fact it didn't build properly with JDK 1.7.x, which is what I had)
and afterwards in Ruby.## Links
* [Hacker News Discussion](https://news.ycombinator.com/item?id=14618239) - with comments.
* [0hh1](http://0hh1.com/) - another interface to the game.