Introduction: Arduino Mancala Game Using a TouchShield Slide

This is Miguel Bernadin here showcasing my lastest to date Mancala device on an Arduino with a touchshield slide which which has a resistive touchsreen for input. What you have here is the Arduino and to the left of it is the Lithum backpack, to the right of it is the touchshield slide. The arudino and the touchshield slide both have an AVR microprocessor. The arduino is sporting the ATMEGA328 which has 32 kB of flash memory, a voltage regulator build in to help control current and whatnot and a usb adaptor to communicate to it with alot of other stuff The touchshield to the right has 256KB of flash memory which is 8 times more memory where your source code can live in comparatively to the arduinio itself. They're both running at 16Mhz but the touchshield slide has an additional onboard flash which is the AT45DB161D chipset holding 2megabytes. When you're uploading images to the Slide, its actually going to be saved there and not the microprocessor but they are communicating to each other using SIP. And right how, i will am going to plug in the USB cable to provide power to my hardware. What this is going to run is game that is still being played today that is designed with two different game modes. One, is the 2 player mode which allows you to play with another person, and the other is 1 player mode which has the user play agaisnt the Artifical intelligence i've made. The Artificial intelligence is build with 3 difference modes which is easy, medium and hard mode.

Hack It! Contest

Participated in the
Hack It! Contest