Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrybecker4/bb4-puzzles
A Scala puzzle framework with generator and solver implementations for puzzles like Sudoku, Hi-Q, OneTough Puzzle, Tantrix, and others.
https://github.com/barrybecker4/bb4-puzzles
gradle puzzles scala
Last synced: about 1 month ago
JSON representation
A Scala puzzle framework with generator and solver implementations for puzzles like Sudoku, Hi-Q, OneTough Puzzle, Tantrix, and others.
- Host: GitHub
- URL: https://github.com/barrybecker4/bb4-puzzles
- Owner: bb4
- License: mit
- Created: 2013-07-20T17:31:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T15:56:36.000Z (over 1 year ago)
- Last Synced: 2024-09-27T01:52:53.928Z (about 1 month ago)
- Topics: gradle, puzzles, scala
- Language: Scala
- Homepage:
- Size: 25.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-puzzles
A java puzzle framework with generator and solver implementations for puzzles like
[Sudoku, Hi-Q, Sliding Puzzle, One Tough Puzzle, Tantrix, Bridge crossing, and others](http://barrybecker4.com/bb4-projects/bb4-puzzles/puzzles_index.html).### [How to Build](https://github.com/barrybecker4/bb4-common/wiki/Building-bb4-Projects)
If you have not already done so, first install [Git](http://git-scm.com/), and [Intellij](http://www.jetbrains.com/idea/).
Type 'gradlew build' at the root (or ./gradlew if running in Cygwin).
If you want to open the source in Intellij, then first run 'gradle idea'.
Use gradle tasks to see all the different puzzles that can be run using a command like 'gradle runRedPuzzle'When there is a new release, versioned artifacts will be published by Barry Becker to [Sonatype](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)