def wire_to_hex s s.unpack('C*').map {|c| ('0' + c.to_s(16))[-2,2] }.join('').gsub(/..../){|m|m+' '} end
Thousand Parsec is a framework for turn based 4 X\'s game (eXplore, eXpand, eXploit, eXterminate). Designed for long games, supporting massive universes and has an easily expanded tech tree.
client.rb libtpproto-rb.tailor pack.rb packet.rb socket_support.rb test_client_help.rb test_server.rb wire-demo.rb