Simplebottxt
From WikiManual
Contents
- 1 simplebot1.txt
- 2 simplebot2.txt
- 3 simplebot3.txt
- 4 simplebot4.txt
- 5 simplebot5.txt
- 6 simplebot6.txt
- 7 simplebot7.txt
- 8 simplebot8.txt
- 9 simplebot9.txt
- 10 simplebot10.txt
- 11 simplebot11.txt
- 12 simplebot12.txt
- 13 simplebot13.txt
- 14 simplebot14.txt
- 15 simplebot15.txt
- 16 simplebot16.txt
- 17 simplebot17.txt
- 18 simplebot18.txt
- 19 simplebot19.txt
- 20 simplebot20.txt
simplebot1.txt
'Simplebot 'Gene1. Simple search pattern. cond *.eye3 *.eye5 > start -25 .aimdx store stop ' Gene2. Simple search pattern part 2 cond *.eye7 *.eye5 > start 25 .aimdx store stop ' Gene 3. Move forward cond start 5 .up store stop ' Gene 4. Shoot the food cond *.eye5 40 > start -1 .shoot store stop ' Gene 5. Reproduce cond *.nrg 5000 > start 50 .repro store stop end
simplebot2.txt
' Simplebot 1 ' Gene1. Simple search pattern. cond *.eye3 *.eye5 > start -25 .aimdx store stop ' Gene2. Simple search pattern part 2 cond *.eye7 *.eye5 > start 25 .aimdx store stop ' Gene 3. Move forward cond start 5 .up store stop ' Gene 4. Shoot the food cond *.eye5 40 > start -1 .shoot store stop
simplebot3.txt
' Simplebot 1 ' Gene1. Simple search pattern. cond *.eye3 *.eye5 > start -25 .aimdx store stop ' Gene2. Simple search pattern part 2 cond *.eye7 *.eye5 > start 25 .aimdx store stop ' Gene 3. Move forward cond start 5 .up store stop ' Gene 4. Shoot the food cond *.eye5 40 > start -1 .shoot store stop ' Gene 5. Reproduce cond *.nrg 5000 > start 50 .repro store stop ' Gene 6. Avoid conspecifics cond *.refeye 6 = *.eye5 0 > start 180 .aimdx store stop end
simplebot4.txt
' Simplebot 1 ' Gene1. Simple search pattern. cond *.eye3 *.eye5 > start -25 .aimdx store stop ' Gene2. Simple search pattern part 2 cond *.eye7 *.eye5 > start 25 .aimdx store stop ' Gene 3. Move forward cond *.vel 30 < start 5 .up store stop ' Gene 4. Shoot the food cond *.eye5 40 > start -1 .shoot store stop ' Gene 5. Reproduce cond *.nrg 5000 > start 50 .repro store stop ' Gene 6. Avoid conspecifics cond *.refeye 6 = *.eye5 0 > start 180 .aimdx store stop end
simplebot5.txt
' Simplebot 1 ' Gene1. Simple search pattern. cond *.eye3 *.eye5 > start -25 .aimdx store stop ' Gene2. Simple search pattern part 2 cond *.eye7 *.eye5 > start 25 .aimdx store stop ' Gene 3. Move forward cond *.vel 30 < start 30 *.vel sub .up store stop ' Gene 4. Shoot the food cond *.eye5 40 > start -1 .shoot store stop ' Gene 5. Reproduce cond *.nrg 5000 > start 50 .repro store stop ' Gene 6. Avoid conspecifics cond *.refeye 6 = *.eye5 0 > start 180 .aimdx store stop end