https://github.com/yertools/puzzle_collapse
This simple application solves puzzles by collapsing them
https://github.com/yertools/puzzle_collapse
Last synced: 4 months ago
JSON representation
This simple application solves puzzles by collapsing them
- Host: GitHub
- URL: https://github.com/yertools/puzzle_collapse
- Owner: yerTools
- Created: 2024-04-03T17:14:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T23:34:36.000Z (almost 2 years ago)
- Last Synced: 2025-12-01T06:46:43.032Z (6 months ago)
- Language: Gleam
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puzzle_collapse
[](https://hex.pm/packages/puzzle_collapse)
[](https://hexdocs.pm/puzzle_collapse/)
```sh
gleam add puzzle_collapse@1
```
```gleam
import puzzle_collapse
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```