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
This commit is contained in:
D. Joe 2020-09-15 09:24:34 -04:00
commit 9fc3ac50ec
3 changed files with 25 additions and 0 deletions

7
games/board.md Normal file
View File

@ -0,0 +1,7 @@
| |A|B|C|
+-+-+-+-+
|1| | | |
|2| | | |
|3| | | |

11
howto.md Normal file
View File

@ -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

7
template/board.md Normal file
View File

@ -0,0 +1,7 @@
| |A|B|C|
+-+-+-+-+
|1| | | |
|2| | | |
|3| | | |