From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,305603189406bbdc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-13 19:54:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!enst!enst.fr!not-for-mail From: Mike Brenner Newsgroups: comp.lang.ada Subject: Re: Hangman Program Date: Tue, 13 Mar 2001 23:01:55 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <20010314021202.B9A96191E3@ada.eu.org> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 984541931 72450 137.194.161.2 (14 Mar 2001 03:52:11 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 14 Mar 2001 03:52:11 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: Mozilla 4.61 [en]C-19990607M (Win95; U) X-Accept-Language: en Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: supernews.google.com comp.lang.ada:5709 Date: 2001-03-13T23:01:55-05:00 query > ... does anyone have the code for a hangman program? ... There is one on the Internet at www.python.org. Details: First download the Python compiler, then download the Python for Windows libraries, then download the wxpython system. Finally, download the documentation for the Python language. (That is a total of 4 self-installing executables on a Windows system.) In the demo directory of the wxPython system is a working hangman program. Run it in Python first to see how it works, then simply convert the source code to Ada or jAda.