public
Description: A turn-based implementation of the ancient game of "Go," written as a Google App Engine application. Originally a "weekend hack" by Dave Peck.
Homepage: http://go.davepeck.org/
Clone URL: git://github.com/davepeck/appengine-go.git
appengine-go / .gitignore
100644 5 lines (4 sloc) 0.029 kb
1
2
3
4
5
*.pyc
.DS_Store
.emacs.*
.#*