Ahmed Adamjee
/
SnakeVSBlock
Snake vs Block Game to be run upon K64F.
Diff: SnakeFood/SnakeFood.h
- Revision:
- 41:4edac50f010d
- Parent:
- 38:30e4e6191762
diff -r 1debed7ec01c -r 4edac50f010d SnakeFood/SnakeFood.h --- a/SnakeFood/SnakeFood.h Mon Apr 22 07:10:52 2019 +0000 +++ b/SnakeFood/SnakeFood.h Tue Apr 23 12:25:49 2019 +0000 @@ -47,7 +47,6 @@ int n; int _fx; //food x int _fy; //food y - int fooddrop; //this makes food 1,2,and 3 drop at reasonable speeds int _blockbuff; };