AndrewFromMelbourne / picosys-15-puzzle

15 Puzzle for the Pimoroni Picosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicoSystem 15 Puzzle

A version of the 15 Puzzle for the Pimoroni Picosystem, written in C++ using the Picosystem SDK. Slide the tiles in the puzzle to re-arrange the numbers so they are in order from left to right and top to bottom. When the puzzle is solved, the RGB led on the Picosystem glows green. The puzzle tiles are arranged randomly, but only solvable tile arrangements are produced.

Controls:-

  • Move the tiles via the D-pad into the blank space.
  • (A) Create a new random arrangement of tiles.

Completed puzzle:-

15 Puzzle

Required to build:-

Build:-

    mkdir build
    cd build
    cmake ..
    make

About

15 Puzzle for the Pimoroni Picosystem

License:MIT License


Languages

Language:C++ 98.5%Language:CMake 0.9%Language:C 0.5%Language:Python 0.1%