Skip to content

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

License

Notifications You must be signed in to change notification settings

cristiancristea00/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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