CSE442-ProjectF2018 / CSE442-Project

Frequency's snake project
0 stars 0 forks source link

Create SnakeNode class #22

Open bhowell3 opened 5 years ago

bhowell3 commented 5 years ago

The class to keep track of snake position using double linked list.

bhowell3 commented 5 years ago

ACCEPTANCE TEST: (1) GUIFormTests/SnakeTests2 (2) 'x' and 'y' coordinates can be set (3) 'next' and 'prev' nodes can be set