My second day is taking off

Some progress exists, I have a somewhat solid game concept, the theme for this couldn't have been worse for me, since I am extremely horrible at drawing, so... I'll work around it, after all, its the game makers interpretation of the theme that is exciting!

Furthermore, as someone who writes mostly Assembly and C code, I have realized I do not really have a clue about good coding guidelines/styles for Python. :(

(log in to comment)

Comments

hehe python guidelines ultimately go to whatever the developer chooses, but if you were curious: http://www.python.org/dev/peps/pep-0008/

i personally like to minimize my amount of lines; so something like having each import on a separate line seems wasteful to me; just my humble opinion on that. 

g'luck though, i'm more or less in the same boat as you, Python is something i know, but not what I write in on a day-to-day basis for work.

Cheers!