Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45737
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'url:pypi': 0.03; 'board.': 0.05; 'subject:Python': 0.06; '22,': 0.09; 'dice': 0.16; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; 'mechanics.': 0.16; 'simulate': 0.16; 'wrote:': 0.18; 'library': 0.18; 'wed,': 0.18; 'trying': 0.19; 'subject:project': 0.19; 'tables': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'usually': 0.31; 'subject:that': 0.31; 'figure': 0.32; 'up.': 0.33; 'url:python': 0.33; 'subject:the': 0.34; 'board': 0.35; 'common': 0.35; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'ben': 0.38; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'hear': 0.63; 'different': 0.65; 'ages': 0.84; 'game,': 0.84; 'resulted': 0.84; 'subject:made': 0.84; 'subject:you': 0.87; 'fun!': 0.93; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jQTCN3exmZoTl3ugQ2MawrrE1iLNCa5vla8NQR/iplI=; b=vGd7dNNMd1l3FJJP9TEETQkRxe8FhJCxP5dttdcLGX/Gk3YvXU4ABrZt/Aqu3AAu6d YPvKOIi4PAkRh9fJV5ZNCeXofob+Owp+6yDRaqyPAxRKunr8q1gGLc9GK5cMlP0tJmA4 p7QjBpYXoiuyuFas3RDuetB9UvMkj60NDsoQv5+CTftEXGk0xNNltqW54XZMZ3+A6tzW 0Vf3J1hNWmUMjDrivc/V14ITh4X5EWjz2ktrlLnJN3lcVtvpUSZl+xzEk/YsL9wYII4d 0SHtOHHnqlRVowwZmDE+aHP9kuDlw2oKPhVrYQZf5KIOvXvXPhSWZExG3G8wJFN0mfgn 4FyA== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.155.133 with SMTP id vw5mr2390197vdb.43.1369233804074; Wed, 22 May 2013 07:43:24 -0700 (PDT) |
| In-Reply-To | <7w61ybdv0p.fsf@benfinney.id.au> |
| References | <5198B7E9.7050505@nedbatchelder.com> <7w61ybdv0p.fsf@benfinney.id.au> |
| Date | Thu, 23 May 2013 00:43:23 +1000 |
| Subject | Re: What was the project that made you feel skilled in Python? |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1969.1369233806.3114.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369233806 news.xs4all.nl 15931 [2001:888:2000:d::a6]:53743 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45737 |
Show key headers only | View raw
On Wed, May 22, 2013 at 11:05 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > I wanted to simulate a particular board game, and had others in mind > with some common mechanics. > > This resulted in a library for rolling dice in different combinations, > and looking up result tables <URL:https://pypi.python.org/pypi/alea>. Fun fun! Of course, when I hear "rolling dice in different combinations", my mind immediately turns to Dungeons and Dragons, where it's plausible to roll d20+7, then roll 2d8+d6+12 to figure out how much damage you did... But the hard part of board games is usually the board. I used to spend ages trying to draw up a half-decent board, and ended up giving up. By "simulate", I'm guessing you mean that you didn't actually draw anything of the sort? ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: What was the project that made you feel skilled in Python? Chris Angelico <rosuav@gmail.com> - 2013-05-23 00:43 +1000
csiph-web