diff options
author | epoch <epoch@hacking.allowed.org> | 2018-03-31 22:20:15 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-03-31 22:20:15 -0500 |
commit | 706561629ee22078fc8e976979f49da397920047 (patch) | |
tree | b5114f51343d030058786723db2a31a8acdb668f /examples/chess/pieces/bishop | |
parent | 9e49dcb25e7ccea65948adb07be6206f867b79f5 (diff) | |
download | hackvr-706561629ee22078fc8e976979f49da397920047.tar.gz hackvr-706561629ee22078fc8e976979f49da397920047.zip |
added example game of chess that uses gnuchess as backend
Diffstat (limited to 'examples/chess/pieces/bishop')
-rw-r--r-- | examples/chess/pieces/bishop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/chess/pieces/bishop b/examples/chess/pieces/bishop new file mode 100644 index 0000000..db6f144 --- /dev/null +++ b/examples/chess/pieces/bishop @@ -0,0 +1,2 @@ +rook addshape 4 4 .4 .1 0 .6 .1 0 .6 .9 0 .4 .9 0 +rook addshape 4 4 .3 .6 0 .7 .6 0 .7 .8 0 .3 .8 0 |