pong-bot bugfixes

This commit is contained in:
Jeena Paradies 2011-04-12 18:29:47 +02:00
parent 9c8d04114c
commit 5bcd7260d3
4 changed files with 33 additions and 7 deletions

2
games/Pong-bots/pong-bot.rb Normal file → Executable file
View file

@ -1,5 +1,7 @@
#!/usr/bin/env ruby -wKU
$: << "."
require 'ggs-network.rb'
require 'ggs-delegate.rb'