Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.