Public » Miscellaneous » Twenty Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

tip add README

Changeset bc787a772092

Parent 57b65a0e1d55

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at bc787a772092 Showing diff from parent 57b65a0e1d55 Diff from another changeset...

Change 1 of 1 Show Entire File README.md Stacked
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@@ -0,0 +1,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.