In this project i took 2 8x8 Led matrix and connected them together on a vero board in such a way that the outcome was a 16x8 matrix. So, a total of 24 output pins were required. Here a simple daisy chain of shift registers could have reduced the output pins to matrix to 3. However, it would have made the hardware complex, and then using an atmega2560 would have been an overkill. So, in order to keep the hardware simple the led matrix was interfaced directly with microcontroller. Apart from this an HC05 bluetooth module was used to receive the data. An android phone was used as a controller for playing game. A bluetooth application from play store was installed in android mobile. This was all that needs to be done at the hardware end
The software of this project seems extremely complex to develop since everything was done at low level and no library was used. However, I developed the software for this project in an organized manner. I divided the project into smaller tasks and sta