schmettow / PfP_Book

Programming for Psychologists - a primer
0 stars 1 forks source link

Explain basic pygame code #28

Open luuklsl opened 5 years ago

luuklsl commented 5 years ago

The skeleton is not always explained as well. For example, why should students include pygame.init() ? We know that we can google this if needed, but other the students might now.

I'd recommend the basic skelleton to be a bit more explained, even if it is just one sub-chapter.

Furthermore a link to the Pygame documentation might also be helpful later on (remember, students are most likely not aware of the fact that programming likes good documentation)