Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LUA or PyGame

Name: Anonymous 2011-11-24 13:26

I was wondering, me and my buds wanna start making a game and we wondering which language (LUA or Pygame) we should use for that. Any recommendations or information about these 2?

Name: Anonymous 2011-11-24 14:11

>>12

array indices starting at zero is usually really confusing for a beginning programmer, so making them start at one makes one less thing for a newbie to get tripped up on. Indices that start at zero are more important to have in a language that allows arbitrary pointer arithmetic. It makes more sense in that situation for a pointer to an array to point to the first element in the array. But this type of access isn't really allowed in python,java,ect, and there wouldn't be that much of a difference if the indices started at 1 instead of 0.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List