[Tutor] Simple Game
Alan Gauld
alan.gauld at btinternet.com
Sun Sep 6 19:51:58 CEST 2009
"Corey Richardson" <kb1pkl at aim.com> wrote
> So far, I can use tuples/lists/dictionary's, and define some functions,
> and a bit of other things.
> Would it be hard for me to make a simple text rpg game? Or is there
> something else I should know before I try that.
No idea about rpg because I've never played one far less written one.
But you certainly have enough to write a simple game like mastermind,
oxo or hangman...
Assuming you also mean that you know about loops and branches
then you can program anything since sequences, loops and
branches are all that are necessary to program anything!
So go for it, and if you get stuick as here.
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list