Mercurial > MadButterfly
annotate examples/tank/README @ 1285:e2d2532c3115
Replace a workaround with a more semantic one.
- In old implementation, it has not clear intention in the syntax.
- I move the line doing real works into the try-except block to
emphasize the intention of skipping scene nodes that is incomplete.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sat, 15 Jan 2011 18:32:33 +0800 |
parents | 69e32729cd06 |
children |
rev | line source |
---|---|
166
69e32729cd06
* Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff
changeset
|
1 <LEFT> Turn to left. |
69e32729cd06
* Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff
changeset
|
2 <RIGHT> Turn to right. |
69e32729cd06
* Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff
changeset
|
3 <UP> Turn to up. |
69e32729cd06
* Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff
changeset
|
4 <DOWN> Turn to down. |
69e32729cd06
* Add README for game operations.
"Mat <MatLinuxer2@gmail.com>"
parents:
diff
changeset
|
5 <SPACE> To Fire. |