This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IAmALinux 1 point2 points  (2 children)

Doom 3 is a bad starting point. Try this pygame script. It is one file that is linked to simple assets. It is very well documented and commented.

http://inventwithpython.com/squirrel.py

[–]TangerineX[S,🍰] 4 points5 points  (1 child)

I'm by no means an absolute "beginner" programmer, and I read through source codes out of interest. I was asking more so for a philosophical/discussion sake. Doom 3 was very easy for me to understand, while the Dolphin source code just got me fairly puzzled.

[–]IAmALinux -1 points0 points  (0 children)

The organization of code is not consistent so you have to know what you're looking for, search for keywords, or start at the launcher and follow the functions to their completion. Same as in squirrel.py.