kit-programmieren-ws1920-fi.../train_one_length_input.txt
2020-02-25 14:58:14 +01:00

14 lines
348 B
Plaintext

add track (0,0) -> (5,0)
add track (5,0) -> (10,0)
create engine diesel T6 Lux 1 true true
create engine diesel T6 Lumen 2 false false
add train 1 T6-Lux
add train 2 T6-Lumen
put train 2 at (10,0) in direction 1,0
put train 1 at (5,0) in direction 1,0
step 1
put train 2 at (5,0) in direction 1,0
put train 1 at (10,0) in direction 1,0
step 1
exit