Snake and Physics based jumping game with high scores and different difficulties.

Dependencies:   N5110 SDFileSystem mbed

Revision:
2:80a91a737e17
Parent:
1:c4928de1f922
Child:
3:02d9072a2507
--- a/main.h	Sun Apr 17 10:08:08 2016 +0000
+++ b/main.h	Thu Apr 21 16:20:25 2016 +0000
@@ -11,7 +11,7 @@
 #define MAIN_H
  
 #define PI 3.14159265359
-#define DIRECTION_TOLERANCE 0.05
+#define DIRECTION_TOLERANCE 0.2
  
 #include "mbed.h"
 #include "N5110.h"