/15_Puzzle_RPI_Arduino

15 Puzzle game for Raspberry PI and Arduino

Primary LanguageCMIT LicenseMIT

15 Puzzle Game implementation for Raspberry PI and Arduino

15 Puzzle game implemented using C for Raspberry PI Model B+ and then later ported to Arduino.

Demonstration

The following is a recording of the normal difficulty gameplay emulated using Wokwi:

15 Puzzle Normal Difficulty Gameplay

Requirements

  • Raspberry PI or Arduino
  • 20x4 LCD
  • 250kΩ potentiometer
  • 4 push buttons
  • 4 10kΩ resistors

Raspberry PI Model B+

Raspberry PI version requires the deprecated wiringPi library. It can be installed from the unofficial wiringPi mirror.

Fritzing Breadboard Model of Raspberry PI Model B+ (what I originally implemented for)

Raspberry PI Fritzing Model

Arduino Nano

Fritzing Breadboard Model of Arduino Nano

Arduino Nano Fritzing Model