lummi01 / 32Blit-4_in_a_row

Classic board game against the computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4 in a row

For local build:

mkdir build
cd build
cmake -D32BLIT_DIR=/path/to/32blit-sdk/ ..
make

For 32Blit build:

mkdir build.stm32
cd build.stm32
cmake .. -D32BLIT_DIR="/path/to/32blit/repo" -DCMAKE_TOOLCHAIN_FILE=/path/to/32blit/repo/32blit.toolchain
make

For PicoSystem build:

mkdir build.pico
cd build.pico
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../32blit-sdk/pico.toolchain -DPICO_BOARD=pimoroni_picosystem
make

About

Classic board game against the computer.

License:MIT License


Languages

Language:C++ 89.1%Language:CMake 10.9%