pong-bot bugfixes
This commit is contained in:
parent
9c8d04114c
commit
5bcd7260d3
4 changed files with 33 additions and 7 deletions
2
games/Pong-bots/pong-bot.rb
Normal file → Executable file
2
games/Pong-bots/pong-bot.rb
Normal file → Executable file
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env ruby -wKU
|
||||
|
||||
$: << "."
|
||||
|
||||
require 'ggs-network.rb'
|
||||
require 'ggs-delegate.rb'
|
||||
|
||||
|
|
Reference in a new issue