Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/champler
Champler! is a web application providing Rubik's cube scrambles (3x3x3). This is a web interface of chample.
https://github.com/kotarot/champler
Last synced: about 16 hours ago
JSON representation
Champler! is a web application providing Rubik's cube scrambles (3x3x3). This is a web interface of chample.
- Host: GitHub
- URL: https://github.com/kotarot/champler
- Owner: kotarot
- Created: 2015-07-17T12:05:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T02:32:49.000Z (about 8 years ago)
- Last Synced: 2024-11-19T00:47:23.272Z (2 months ago)
- Language: JavaScript
- Homepage: http://wrcc.main.jp/tools/champler
- Size: 761 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Champler!
Champer! is a web applicition providing Rubik's cube scrambles (3x3x3).
This is a web interface of 3x3x3 scrambler/solver [chample](https://github.com/kotarot/chample).## How to build HTML
`champler.html` is an HTML file already generated.
If you would like to generate your own HTML, do the followings.Python (+Jinja2) need to be installed.
Write settings in `genhtml.py` and then excute the script:
```
python genhtml.py > champler.html
```## Demo
* [http://wrcc.main.jp/tools/champler](http://wrcc.main.jp/tools/champler)
Screenshot:
![Screenshot](screenshot.png)