Guess...Chess!
* Using flask:
** run: python chuess.py
** visit: http://localhost:5000
* Using tornado:
** run: bin/tornado-daemon
** visit: http://localhost:5000
Chuess shows a random chess position from a list of popular openings and variations. Can you guess them all?
Poorly I chuess. Improve I hope.
- Keep track of which positions have been viewed by a user
- Allow the user to run a quiz, which offers multiple choice answers and records a score
Curtis Brandt curtis@cpan.org
BSD. See LICENSE file for details