robiningelbrecht/puzzle-generator
Composer 安装命令:
composer require robiningelbrecht/puzzle-generator
包简介
关键字:
README 文档
README
This is a PHP library intended to render Rubik's cube puzzles as SVG images.
The idea is to do this by navigating to https://puzzle-generator.robiningelbrecht.be/cube
and provide query parameters to configure the desired cube.
It's heavily inspired by visualcube
and PuzzleGen. Thanks to tdecker91
for providing these!
Documentation
The full documentation is available on https://puzzle-generator.robiningelbrecht.be
Some examples
Default
https://puzzle-generator.robiningelbrecht.be/cube
Scrambled
https://puzzle-generator.robiningelbrecht.be/cube?cube[algorithm]=M2 E2 S2
Development
Feel free to fork and make changes to your needs. Consider giving it a ⭐ when you do.
Clone repository
> git clone git@github.com:robiningelbrecht/puzzle-generator.git
Build Docker containers
> docker-compose up --build -d
Install dependencies
> docker-compose run --rm php-cli composer install
Navigate to http://localhost:9090
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-22
