Mochu Yao explorer game

Dependencies:   mbed

Revision:
32:47d98959b4ef
Parent:
31:8e92b65e0779
Child:
34:66e37a0d59c3
--- a/item/item.h	Wed Apr 29 04:49:10 2020 +0000
+++ b/item/item.h	Wed Apr 29 12:19:12 2020 +0000
@@ -31,7 +31,7 @@
   srand(time(NULL));// generate random values
   _player_score = 0;// set player score to 0;
   _player_x = 40;
-  _player_y = 25;//make sure they are not in the same position at first,but player on the underlevel
+  _player_y = 20;//make sure they are not in the same position at first,but player on the underlevel
   while(1) {
     
     // becasue the module of the player is big so it has to be make sure that