Show all pieces and their rotations in demo mode. Need to add FLIP.

This commit is contained in:
2023-04-02 12:31:01 -04:00
parent 1c24ed4670
commit 10c06d8103
4 changed files with 303 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
build/apad: main.cpp
build/apad: main.cpp Pieces.cpp
mkdir -p build
clang++ -g -O0 -std=c++17 -o $@ $? -lncurses
clang++ -g -O0 -std=c++17 -o $@ $^ -lncurses
clean:
rm build/apad