I just stole the runner from http://www.rpscontest.com/ Then added Grunt to handle testing of bots.
npm install
Visit http://www.rpscontest.com/leaderboard
-
Bring your fighters into the fight via symlink.
cd fighting_ring ln -s ../bots/momo_bot.py momo_bot.py
-
run
grunt watch
-
Edit bots in bots/ folder, watch them fight.