Add Ruby routines for generating the tournament table.

This commit is contained in:
vonavi
2013-10-04 23:16:33 +03:00
parent 887bd4e2b2
commit e622b8a4b3
3 changed files with 127 additions and 0 deletions

5
bin/lorchess Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
table = LORChess::TournamentTable.new
puts table.to_html