No description or website provided.
Python
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README
checkers-sm.py
checkers.py
dots-and-boxes-sm.py
dots-and-boxes.py
go-sm.py
go.py
hex-sm.py
hex.py

README

See http://www.jefftk.com/p/simplest-interesting-game

If you have ideas for making any of them shorter, please let me know.

$ for x in *-sm.* ; do echo $(cat $x | gzip | wc -c) $x; done | sort -n
356 hex-sm.py
483 dots-and-boxes-sm.py
572 go-sm.py
622 checkers-sm.py