This commit is contained in:
Jeena Paradies 2011-04-13 17:52:09 +02:00
parent 31240b02b8
commit 0c340f95d2
6 changed files with 1193 additions and 1188 deletions

5
games/Pong-bots/bots.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
for (( i = 0; i < 2; i++ )); do
./pong-bot.rb &
done