Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donkirkby/python-zendo
Can you find the secret program?
https://github.com/donkirkby/python-zendo
board-game programming-game python
Last synced: 3 months ago
JSON representation
Can you find the secret program?
- Host: GitHub
- URL: https://github.com/donkirkby/python-zendo
- Owner: donkirkby
- License: mit
- Created: 2019-04-15T20:53:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:47:31.000Z (4 months ago)
- Last Synced: 2024-10-18T14:45:00.610Z (4 months ago)
- Topics: board-game, programming-game, python
- Language: JavaScript
- Homepage: https://donkirkby.github.io/python-zendo
- Size: 15.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Zendo
### Can you find the secret program?This project will be a Python programming game based on the [Zendo] board game
by [Kory Heath] and published by Looney Labs. Each round, the moderator will
write a small Python program to determine whether each input matches a secret
rule, and then the players will write inputs. To guess the secret rule, a player
will write another small Python program. The whole thing will run on a web page,
so you don't have to install a Python editor.If you'd like to see a preview of how to play with Python in your browser, try
my Live Coding [browser demo].All the code in this project will be released under the MIT license, but the
"Zendo" name and rules are used with the generous permission of Looney Labs and
Kory Heath. Please check with [Looney Labs] before you publish your own version.[Zendo]: https://www.looneylabs.com/games/zendo
[Kory Heath]: http://www.koryheath.com/zendo/
[browser demo]: https://donkirkby.github.io/live-py-plugin/demo/
[Looney Labs]: https://www.looneylabs.com/contact-us