# class Game is the representation of a single game at the Dragongoserver site class Game def initialize @id = nil end end