Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'symbols': 0.09; 'finished': 0.15; 'tutorials': 0.15; 'clone': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:tutorials': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'unicode': 0.17; "i've": 0.23; 'linux': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'fine': 0.28; "i'm": 0.29; 'feedback': 0.30; 'to:addr:python- list': 0.33; 'know.': 0.33; 'but': 0.36; 'subject:New': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'little': 0.39; 'received:192.168': 0.40; 'strange': 0.62; 'series': 0.63; 'making': 0.64; 'browser.': 0.81; 'game,': 0.84 Date: Tue, 04 Dec 2012 10:31:47 -0500 From: Mitya Sirenef User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: New tutorials References: <50BB6BAA.2060409@lightbird.net> In-Reply-To: <50BB6BAA.2060409@lightbird.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354635115 news.xs4all.nl 6935 [2001:888:2000:d::a6]:35480 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34236 On 12/02/2012 09:54 AM, Mitya Sirenef wrote: > Hi everyone, I'm making a series of python tutorials and I've just > finished the introductory part: http://lightbird.net/larks/intro.html > > Feedback is appreciated.. - mitya > I've just added a new section 'blocky blocks', which is a clone of 'jumping blocks' game: http://lightbird.net/larks/blockyblocks.html I've used some rare unicode symbols in the game, they look a little strange in Gvim but seem to work fine in my terminal and browser. If you experience issues, please let me know. I've only tested in Linux terminal. -m