Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_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
```