LED dodging game. You use a Wiimote to steer your LED around invading LEDs.
##Hardware: You will need a Raspberry Pi (any model), a bluetooth dongle to connect to the wiimote (see http://www.modmypi.com/raspberry-pi/accessories/bluetooth-dongles/super-fast-usb-to-bluetooth-dongle-v4.0), a wiimote and a Unicorn Hat (see https://shop.pimoroni.com/products/unicorn-hat).
##Software: You will need to install python-cwiid:
sudo apt-get install python-cwiid
You will also need the Unicorn HAT python library:
sudo pip install unicornhat
##Usage: Just run dodge.py. It is then simple.