index
:
snakegame
master
A small game where participants write bots to control snakes (used on Reboot Computing and Technology Camp). Original author: Peter Ward.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common.py
blob: f19ebd95435970c01518c091a3395a66e0d66230 (
about
) (
plain
)
1
2
3
4
class Squares(object): EMPTY = '.' APPLE = '*'