[Tutor] newbie needs help with rpg code in python

Michael Langford mlangford.cs03 at gtalumni.org
Sun Mar 16 21:03:25 CET 2008


IMO, in programming real applications, you should not hardcode most values.

In programming games, you should often hardcode values, and sometimes
not. (Games are not made to be reusable, and excessive softcoding
makes changing them an exercise in config file tweaking).
>
> Of course, you shouldn't hard-code values like 0.8 and 1.2 - but I wanted to
> keep it simple.

              --Michael

-- 
Michael Langford
Phone: 404-386-0495
Consulting: http://www.RowdyLabs.com


More information about the Tutor mailing list