Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.054 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.01; 'python,': 0.02; 'subject:Python': 0.05; 'cc:addr:python-list': 0.10; "(i'm": 0.16; 'cc:name:python list': 0.16; 'so)?': 0.16; 'surprising': 0.16; 'wrote:': 0.17; 'test.': 0.17; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'chris': 0.28; 'piece': 0.29; 'feedback': 0.30; 'good.': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'subject: (': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'sure': 0.38; 'your': 0.60; 'first': 0.61; 'hear': 0.63; 'subject:First': 0.65; '2013': 0.84; 'emergent': 0.84; 'oscar': 0.84; 'glad': 0.86; 'serious': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=kR4qMzf+QdtQOFQ/IVd/KjALCRwAwyxr1OAuOT93zF8=; b=psKKHl1IGp07V4crZpL2QQvRs6ciqBQBhdqQWWdXPCa50iN33X8ApuhG3JwcReuvWM Vxo/4+qjrT20ty3gWgywDGlBfGqXcFim7wveUmxsKKRDeRgK+7Cop3LasOZbTIBwFNA6 XX1sWT4/4lNNG6D+BQcgRBpClsjx0Puk+NlpNV603IzKpB7/3us7B3E1IGPZu18gHzxl WvOt/b7kf9LftWsduSObQtrL1GVwCSS/OMrXtSzFzY/a0CHmkXBSiyJ6ArWcF87EY6CG UAZljOLtW3bV+pKRe/cJ28SCyth7ziAsT4pu4NKGyay7CuvTuTfsVtYuMTGUNpzCmSHG YuaA== X-Received: by 10.52.71.235 with SMTP id y11mr26736936vdu.43.1360799740230; Wed, 13 Feb 2013 15:55:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <2013021323250974803-chrishinsley@gmailcom> References: <2013021323250974803-chrishinsley@gmailcom> From: Oscar Benjamin Date: Wed, 13 Feb 2013 23:55:20 +0000 Subject: Re: First attempt at a Python prog (Chess) To: Chris Hinsley Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360799742 news.xs4all.nl 6939 [2001:888:2000:d::a6]:57071 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38834 On 13 February 2013 23:25, Chris Hinsley wrote: > New to Python, which I really like BTW. Glad to hear it. > First serious prog. Hope you like it. I know it needs a 'can't move if your > King would be put into check' test. But the weighted value of the King piece > does a surprising emergent job. [SNIP program] Your program looks good. Were you looking for feedback (I'm sure someone would give some if so)? Oscar