Joe Shotton / ll16j23s_test_docs
Committer:
JoeShotton
Date:
Sun Apr 05 21:15:07 2020 +0000
Revision:
26:a596dce2f938
collision detection implemented and added to SnakeEngine source and header files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JoeShotton 26:a596dce2f938 1
JoeShotton 26:a596dce2f938 2
JoeShotton 26:a596dce2f938 3
JoeShotton 26:a596dce2f938 4 /** Play a single tone for the specifed duration
JoeShotton 26:a596dce2f938 5 *@param state of movement fsm
JoeShotton 26:a596dce2f938 6 *@param current x value of head
JoeShotton 26:a596dce2f938 7 *@param current y value of head
JoeShotton 26:a596dce2f938 8 */
JoeShotton 26:a596dce2f938 9 bool collision(int state, int x, int y,);