snake
changeset 134:8e75e931bfd2
example.snake: better rules for chasing enemy tail
author | Daniil Alexeyevsky <me.dendik@gmail.com> |
---|---|
date | Mon, 20 Dec 2010 17:01:39 +0300 |
parents | 29cf8819e04c |
children | 360c297c05f3 b8213e835496 |
files | snakes/example.snake |
diffstat | 1 files changed, 87 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/snakes/example.snake Mon Dec 20 16:37:23 2010 +0300 1.2 +++ b/snakes/example.snake Mon Dec 20 17:01:39 2010 +0300 1.3 @@ -17,6 +17,13 @@ 1.4 ; 1.5 ; 1.6 1.7 + ; 1.8 + ; 1.9 + T ; 1.10 + h ; 1.11 + ; 1.12 + ; 1.13 + ; 1.14 1.15 ; 1.16 T ; 1.17 @@ -34,6 +41,86 @@ 1.18 ; 1.19 ; 1.20 1.21 + ; 1.22 + T ; 1.23 + ; 1.24 + h ; 1.25 + ; 1.26 + ; 1.27 + ; 1.28 + 1.29 + ; 1.30 + T ; 1.31 + ; 1.32 + h ; 1.33 + ; 1.34 + ; 1.35 + ; 1.36 + 1.37 + ; 1.38 + T ; 1.39 + ; 1.40 + h ; 1.41 + ; 1.42 + ; 1.43 + ; 1.44 + 1.45 + T ; 1.46 + ; 1.47 + ; 1.48 + h ; 1.49 + ; 1.50 + ; 1.51 + ; 1.52 + 1.53 + T ; 1.54 + ; 1.55 + ; 1.56 + h ; 1.57 + ; 1.58 + ; 1.59 + ; 1.60 + 1.61 + T ; 1.62 + ; 1.63 + ; 1.64 + h ; 1.65 + ; 1.66 + ; 1.67 + ; 1.68 + 1.69 + T ; 1.70 + ; 1.71 + ; 1.72 + h ; 1.73 + ; 1.74 + ; 1.75 + ; 1.76 + 1.77 + T ; 1.78 + ; 1.79 + ; 1.80 + h ; 1.81 + ; 1.82 + ; 1.83 + ; 1.84 + 1.85 + T; 1.86 + ; 1.87 + ; 1.88 + h ; 1.89 + ; 1.90 + ; 1.91 + ; 1.92 + 1.93 +T ; 1.94 + ; 1.95 + ; 1.96 + h ; 1.97 + ; 1.98 + ; 1.99 + ; 1.100 + 1.101 // Rule 2: stick to walls 1.102 # ; 1.103 ;