cristiancristea00 / tic-tac-toe

Tic-Tac-Toe game with AI implemented on a Raspberry Pi Pico board and a 20x4 LED display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico - Tic Tac Toe Game

Build

After you clone the repo you run the following commands to build the executable. You have to have installed CMake and Make. Also you need to have the SDK on your system and point PICO_SDK_PATH to it.

export PICO_SDK_PATH='/Path/to/SDK'
cd tic-tac-toe
mkdir build
cd build
cmake ..
make -j4

How to connect the LCD, LEDs and Keypad to the board

Fritzing drawing

About

Tic-Tac-Toe game with AI implemented on a Raspberry Pi Pico board and a 20x4 LED display.

License:GNU General Public License v3.0


Languages

Language:C++ 93.8%Language:CMake 6.2%