reedlaw / ruby-mmo

Ruby MMO: massively multiplayer online programming challenge
274 stars 102 forks source link

start a Horde fraction #32

Closed jackdoe closed 12 years ago

jackdoe commented 12 years ago

:) dont merge, if you consider this cheating. otherwise, lets join forces and kill everything else

def horde
  true
end
#enemy = Game.world[:players].select { |p| !p.horde && p.alive }.sample
reedlaw commented 12 years ago

Seems valid if you can get other players to cooperate.