issues
search
rrliang
/
snake
CCSU final project
1
stars
1
forks
source link
Refactor 1
#1
Closed
shaysingh818
closed
2 years ago
shaysingh818
commented
2 years ago
Refactored code base
Included header files
Eliminated global vars outside the main method
Create a snake struct to replicate logic (In case you want multiple instances)
Rewrote methods to perform logic on snake pointer struct
Refactored code base