rrliang / snake

CCSU final project
1 stars 1 forks source link

Reorganized main() Function #3

Closed Joseph-Lumpkin closed 2 years ago

Joseph-Lumpkin commented 2 years ago

Cleaned lint and modified comments. Reordered functions. Created defines and prototype functions. Created template docstring. Added the ability to pass arguments to mysnake.c. Removed excessive refresh() calls. 1 per while loop iteration is sufficient. Created "feature" where the trophies respawn too soon. This must be addressed with the revision of the program speed's delay timer.