https://github.com/shenmian/letslogic
A library providing interaction with the Let's Logic API.
https://github.com/shenmian/letslogic
api-bindings async sokoban
Last synced: 5 months ago
JSON representation
A library providing interaction with the Let's Logic API.
- Host: GitHub
- URL: https://github.com/shenmian/letslogic
- Owner: ShenMian
- License: apache-2.0
- Created: 2024-05-04T12:01:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T12:08:28.000Z (6 months ago)
- Last Synced: 2025-01-23T20:34:41.796Z (5 months ago)
- Topics: api-bindings, async, sokoban
- Language: Rust
- Homepage: https://crates.io/crates/letslogic
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# letslogic
[](https://docs.rs/letslogic)
[](https://github.com/ShenMian/letslogic/actions/workflows/test.yml)
[](https://app.codecov.io/gh/ShenMian/letslogic)A library providing interaction with the [Let's Logic API].
## Features
- Get collection list.
- Get levels in collection.
- Submit level solution.
- Get records for completed levels.> [!WARNING]
>
> - Let's Logic API may incorrectly return empty responses.
> - Avoid concurrent requests.## License
Licensed under either of
- [Apache License, Version 2.0](LICENSE-APACHE)
- [MIT license](LICENSE-MIT)at your option.
[Let's Logic API]: