First cut of pulling out the relevant parts of my original game to make a little framework.

This commit is contained in:
Zed A. Shaw 2026-03-22 10:37:45 -04:00
commit 6a0c9e8d46
177 changed files with 18197 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
./splitcrop -x $1 -y $1 $2 corners.png
./position -d horizontal corners_bottomright.png corners_bottomleft.png bottom.png
./position -d horizontal corners_topright.png corners_topleft.png top.png
./position -d vertical bottom.png top.png result-grid.png