JonathanJTang / snake-Python

A simple game programmed using Python
0 stars 1 forks source link

Consistency of variables #5

Open JonathanJTang opened 6 years ago

JonathanJTang commented 6 years ago

We need to come up with consistent terms for things involved in our project. For example, the "virtual grid", screen/board, game loop/turn, etc.

JonathanJTang commented 6 years ago

And like whether or not we're using abbreviations, like "pos" for "position"

josephhtang commented 6 years ago

You can decide. My only suggestion: screen = whole turtle window, but board = area within walls Game loop is better than turn.