Juego de cruzar las calles, el jugador debe llegar hasta el otro punto para ganar

Dependencies:   mbed

avenidas.h

Committer:
djinn77
Date:
2018-11-14
Revision:
10:1e14a9f65c16
Parent:
8:29d258f44024

File content as of revision 10:1e14a9f65c16:

#ifndef AVENIDAS_H  
#define AVENIDAS_H  
#include "mbed.h"

 uint16_t player[8]={0,0,0,0x01,0,0,0,0};
 
 uint16_t AV_1[8]= {0b00000000,
                    0b00100010,
                    0b00101010,
                    0b00001000,
                    0b00000000,
                    0b00100010,
                    0b00101010,
                    0b00001000};
 uint16_t puntos[8]={0};
                                                                     
 uint16_t VACIO[8]={0};
#endif //  AVENIDAS_H