commit 9fc3ac50ecc2b074ecef188cda4929a5171162aa Author: D. Joe Date: Tue Sep 15 09:24:34 2020 -0400 Add bare-bones game structure with * a games/ directory to hold specific runs of a game * a template/ directory to hold blank/starting-state game board files * a basic howto.md file describing how to play diff --git a/games/board.md b/games/board.md new file mode 100644 index 0000000..4dcd276 --- /dev/null +++ b/games/board.md @@ -0,0 +1,7 @@ + +| |A|B|C| ++-+-+-+-+ +|1| | | | +|2| | | | +|3| | | | + diff --git a/howto.md b/howto.md new file mode 100644 index 0000000..a7f6680 --- /dev/null +++ b/howto.md @@ -0,0 +1,11 @@ + +**O** challenges by offering the first patch, a blank game board + +**X** accepts the challenge by + + * creating a new repository for the game + * applying the patch to that repository + * making the first move by editing the resulting game board + * generating a new patch, and + * replying to the challenger with the newly-created patch + diff --git a/template/board.md b/template/board.md new file mode 100644 index 0000000..4dcd276 --- /dev/null +++ b/template/board.md @@ -0,0 +1,7 @@ + +| |A|B|C| ++-+-+-+-+ +|1| | | | +|2| | | | +|3| | | | +