ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

Multiplayer #7

Closed alhafoudh closed 15 years ago

alhafoudh commented 15 years ago

It would be nice to play this multiplayer, or to control more than one characeter (cooperation mode) for example warrior and priest.. Priest heals, warrior kills ;)

ryanb commented 15 years ago

By Multiplayer do you mean two players write code for separate characters? That is an interesting idea but too complicated for the initial version of this game.

As for the one player controlling separate characters, I do have some plans for this (see ticket #5) but I don't expect it to be a primary feature of the game. I would love to see someone fork the project and experiment with the idea though.