Sha256: 91bc0320ee61ef01f9e96024c05a7b9622f3c94aa28eb81dc673c0536097d039

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

# a simple script doing a full playout to use it with profiling tools

require_relative '../../lib/rubykon/'

game = Rubykon::Game.new
playouter = Rubykon::RandomPlayout.new
p playouter.play(game)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubykon-0.3.1 benchmark/profiling/full_playout.rb
rubykon-0.3.0 benchmark/profiling/full_playout.rb