Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

Sponsor this project

Used by

Contributors

Languages