Re: [Tutor] Shadowrun programs

2005-01-18 Thread Jack Cruzan
I am on the other coast but I too am looking for a group to play Shadowrun with. With at least three people interested think we could either -- 1) Port or create a python based SRCG (useless python still has a challenge for a collaberative effort.) 2) Make a SR rpg (I was think of in the style o

[Tutor] Shadowrun programs

2005-01-18 Thread Jack Cruzan
have written. (Well thats not php or shell script). code follows: ## #Module:SRprsize.py # #Description: Shadowrun program size and cost calculator # #Author: Jack Cruzan jcruzan at gmail dot com#

Re: [Tutor] Objects & Classes...

2005-01-17 Thread Jack Cruzan
Wouldn't it though! I haven't checked but doesn't he use xml for his equipment lists - if that was the case it would be worth it to ask him for those files 'eh? Thanx for the input by the way will have to let you know how this goes... > Ah, things would be so much easier if McMackie would re

Re: [Tutor] Objects & Classes...

2005-01-17 Thread Jack Cruzan
character be a list? Since each character is basically just a list of stats... the stats get modified up and down by race and certain gear... am I conceptulizing this correctly? On Mon, 2005-01-17 at 10:59 -0800, Chad Crabtree wrote: > Jack Cruzan wrote: > > >class Character: >

[Tutor] Objects & Classes...

2005-01-17 Thread Jack Cruzan
Hello! I am writing (or at least attempting) to write a Character generation utility for Shadowrun in Python of course! After reading about other attempts to make and RPG dealing with with character generation it looks like OOP is the best way to go. I have no experiance with OOP and its kinda thr