[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: New to ruby questions

Gavin Kistner

10/12/2006 8:11:00 PM

From: Jeremy Woertink
> Also, if anyone can help me to understand how to end the game or any
> other things you might find that can help I would greatly
> appreciate it.

How about:

while game.get_player_command != 'quit'
...
end

To help manage your game flow?