Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnrudge/puzzler
David Goodger's polyform puzzler
https://github.com/johnrudge/puzzler
Last synced: 23 days ago
JSON representation
David Goodger's polyform puzzler
- Host: GitHub
- URL: https://github.com/johnrudge/puzzler
- Owner: johnrudge
- Created: 2023-02-01T21:00:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T17:42:10.000Z (9 months ago)
- Last Synced: 2024-02-16T18:43:40.228Z (9 months ago)
- Language: Python
- Homepage: https://puzzler.sourceforge.net/
- Size: 28.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polyform Puzzler
This is a fork of David Goodger's polyform puzzler code (https://puzzler.sourceforge.net/). The code has been modified so it works with python 3.8+. To install simply change to the puzzler directory and use pip:
```
pip install -r requirements.txt
pip install .
```
This fork of polyform puzzler uses the `xcover` package, which can be found at https://github.com/johnrudge/xcover.