https://github.com/shlomif/abc-path
Solvers, Generators, etc. for the game ABC Path
https://github.com/shlomif/abc-path
game games generator hacktoberfest javascript metacpan perl perl5 riddle-game riddles solver solvers typescript
Last synced: 9 months ago
JSON representation
Solvers, Generators, etc. for the game ABC Path
- Host: GitHub
- URL: https://github.com/shlomif/abc-path
- Owner: shlomif
- License: mit
- Created: 2017-12-23T23:10:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T04:16:18.000Z (about 1 year ago)
- Last Synced: 2025-04-10T14:46:37.839Z (about 1 year ago)
- Topics: game, games, generator, hacktoberfest, javascript, metacpan, perl, perl5, riddle-game, riddles, solver, solvers, typescript
- Language: JavaScript
- Homepage: https://www.shlomifish.org/open-source/projects/japanese-puzzle-games/abc-path/
- Size: 918 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
These aim to be solvers and a generators for
the http://www.brainbashers.com/abcpath.asp[ABC Path] riddle game. See:
* http://www.shlomifish.org/open-source/projects/japanese-puzzle-games/abc-path/[Project Homepage]
* http://metacpan.org/release/Games-ABC_Path-Solver[Solver on MetaCPAN] (written in Perl 5)
* http://metacpan.org/release/Games-ABC_Path-Generator[Generator on MetaCPAN] (written in Perl 5)
* http://www.youtube.com/watch?v=HlGHAPAXbXQ[Screencast on YouTube] - a recorded video demo.
= How to play? The Rules of the Game
The 5*5 grid must be filled with a contiguous path of the first 25 (= 5 * 5)
letters of the Latin alphabet (“A” to “Y”), in order. Moves in the path can be
diagonal, but they cannot wrap through the edges of the grid.
The position of the letter “A” is given. In addition, for every horizontal
row, vertical column, and the two diagonals, there are two letters that should
appear in them (but in any order, and with possible gaps).