Hi Charles, Well, you don't need to know Python to play the game of course, but some background would be helpful in understanding the game's source code. For example, reading the Python 2.7 tutorial that ships with the Python interpreter will give you the language basics such as variables, comments, functions, lists, etc. After reading that and looking at the source code you can get an idea of how a very basic game is pulled together from what you have learned.
To play it just press enter on blackjack.pyc, and it should startup and let you play. That is assuming you have Python 2.6 or Python 2.7 installed of course. Cheers On 11/24/10, Charles Rivard <[email protected]> wrote: > Do we need to know anything about Python? I don't, yet. Also, how can we > use this free game to see and, maybe, learn a bit about , Python > programming? Thanks. > > --- > Shepherds are the best beasts! --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
