Public » Miscellaneous » Twenty Read More
Clone URL:  
README.md
View Markdown
1
2
3
4
5
6
7
8
9
10
Twenty ====== Twenty is a simple twenty-questions game that was used to demonstrate some simple learning techniques to high school students. There is both a command-line implementation and a Kivy-based GUI. Twenty's code struggles to be readable, rather than necessarily the Best Way To Do Things, and that's how it should be. That said, improvements that make it easier to understand are very welcome.