Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yertools/puzzle_collapse
This simple application solves puzzles by collapsing them
https://github.com/yertools/puzzle_collapse
Last synced: 11 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T23:34:36.000Z (4 months ago)
- Last Synced: 2024-07-15T21:56:37.680Z (4 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
[![Package Version](https://img.shields.io/hexpm/v/puzzle_collapse)](https://hex.pm/packages/puzzle_collapse)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/puzzle_collapse/)```sh
gleam add puzzle_collapse@1
```
```gleam
import puzzle_collapsepub 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
```