Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread jason
I am interested in black jack please Thomas, that would be cool if we could have a football and baseball game programmed with python. On 11/22/2010 11:28 PM, Thomas Ward wrote: Hi all, Over the passed few months I have been working on a free book on Python programming for beginners with a

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Willem Venter
Great stuff Jason, the idea is that you learn how to program games in python. Once you've done that I'll be glad to play your blackjack, football game and I would like a cricket game and a rugby game as well please Jason. On 11/23/10, jason kb3...@verizon.net wrote: I am interested in black jack

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Mike Maslo
I would be interested -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Willem Venter Sent: Tuesday, November 23, 2010 2:19 AM To: Gamers Discussion list Subject: Re: [Audyssey] Free Python Sample Games Great stuff Jason, the idea is

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread djc
Sure I'd love to look at them. I'm always interested in Concepts. *** REPLY SEPARATOR *** On 11/22/2010 at 11:28 PM Thomas Ward wrote: Hi all, Over the passed few months I have been working on a free book on Python programming for beginners with a bent towards game

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Alfredo
On 11/23/2010 6:00 AM, Hayden Presley wrote: Hi Thomas, Sure, send them our way. Best Regards, Hayden -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Thomas Ward Sent: Monday, November 22, 2010 10:29 PM To: gamers@audyssey.org

Re: [Audyssey] BSC games

2010-11-23 Thread Alfredo
On 11/22/2010 3:26 PM, Karl Belanger wrote: Um, they were asking about BSC games, not BPC programs. I am not sure what BSC's status is. -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Ron Kolesar Sent: Monday, November 22, 2010 6:22

Re: [Audyssey] BSC games

2010-11-23 Thread Alfredo
On 11/22/2010 3:26 PM, Karl Belanger wrote: Um, they were asking about BSC games, not BPC programs. I am not sure what BSC's status is. -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Ron Kolesar Sent: Monday, November 22, 2010 6:22

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Bryan Mckinnish
Hi. I would be interested as well. I think it's about time I learned another programming language. I have to get used to the indents and stuff though. I just hope I can learn this. Thanks. Bryan Mckinnish --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Milos Przic
Hi Tom, I was thinking of starting it. I don't have much time, so that's mainly why I haven't still succeeded in something like that. I started with interactive fiction, I learned the Inform 7 and then tried the Python. The documentation confused me, then I started learning the BGT but

Re: [Audyssey] help with answer.

2010-11-23 Thread Shiny protector
Michael, not to sound rude, but have you ever considered looking at the documentation? Its really freaking me out, and not that, your questions are driving me nuts, and I'm sure others. Not to offend you, but this question is pointless in my opinion. Shall I tell you the answer? How many

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi Milos, Well, the book isn't ready yet, but some of the sample games are. For example, some sample games I have completed is Guess the Number, Blackjack, and Number Stumper. All very simple games from a programming standpoint. In addition to that I have some games in the works like Oregon Trail

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi Bryan, Oh, the formatting isn't too bad once you get use to it. Yeah,you have to remember to do it, but it is no worse than formatting code in any other programming language. You can use tabs or you can use spaces to align text. Personally, I go for spacing as it makes aligning things easier

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi, Yes. All games come in source code format. In fact, none of them have been compiled, because with Python programs you don't actually have to compile them. You can just run them in the Python interpreter like python blackjack.py and run it from raw source. No compiling etc necessary.The

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Shiny protector
Would their be any sound? - Original Message - From: Mike Maslo mmaslo1...@swbell.net To: 'Gamers Discussion list' gamers@audyssey.org Sent: Tuesday, November 23, 2010 12:06 PM Subject: Re: [Audyssey] Free Python Sample Games I would be interested -Original Message- From:

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Alfredo
On 11/23/2010 10:34 AM, Thomas Ward wrote: Hi, Yes. All games come in source code format. In fact, none of them have been compiled, because with Python programs you don't actually have to compile them. You can just run them in the Python interpreter like python blackjack.py and run it from raw

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Alfredo C
Hello, I would like to know where can I get these games, and, what are some python interpreters that are accessible with any screen reader? -Original Message- From: Alfredo Sent: Tuesday, November 23, 2010 11:56 AM To: Gamers Discussion list Subject: Re: [Audyssey] Free Python

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Jeremy Hartley
...@audyssey.org. If you have any questions or concerns regarding the management of the list, please send E-mail to gamers-ow...@audyssey.org. __ Information from ESET NOD32 Antivirus, version of virus signature database 5643 (20101123) __ The message was checked by ESET NOD32 Antivirus

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi Jason, Well, I certainly could write a football and baseball game in Python, but I'd probably want to use PyGame for that so I could include sounds, music, etc. Right now I am focusing on simple text based games to get people interested in programming simple games before focusing on more

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi, I haven't had a chance to upload the games yet. I'm looking at uploading sometime this weekend after the holiday stuff settles down. They'll be on my free games page. As far as the Python interpreter goes you can download a copy for your platform from http://www.python.org and the current

Re: [Audyssey] Free Python Sample Games

2010-11-23 Thread Thomas Ward
Hi, No. As I have said before these are, simple, text based games, written for the purpose of getting new programmers into programming console based games using standard input and output via print and raw_input. Things like PyGame which is required for event driven input, sounds, music, flashy

[Audyssey] was the arror in judgment day when trying to run it fixt?

2010-11-23 Thread Mich
Hi. I am just wondering if the arror that you get when you try to run judgment day Project1 Run time error '5': Invalid procedure call or argument OK was ever fixt? since I get that when I try to run the program. many thanks. from Mich. --- Gamers mailing list __ Gamers@audyssey.org If you

Re: [Audyssey] was the arror in judgment day when trying to run it fixt?

2010-11-23 Thread Hayden Presley
Hi, A long time ago? Have you been reading your emails? Best Regards, Hayden -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Mich Sent: Tuesday, November 23, 2010 11:36 PM To: gamers @audyssey.org Subject: [Audyssey] was the arror