Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45737
| References | <5198B7E9.7050505@nedbatchelder.com> <7w61ybdv0p.fsf@benfinney.id.au> |
|---|---|
| Date | 2013-05-23 00:43 +1000 |
| Subject | Re: What was the project that made you feel skilled in Python? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1969.1369233806.3114.python-list@python.org> (permalink) |
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