diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c54bfb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Stacked Tic-Tac-Toe + +![Screenshot](./screenshot.png) + +Just like regular tic tac toe, but you can put a larger piece on top of a +smaller one! This an interesting twist on a the classic game. + +This was made using [TIC-80](https://tic80.com) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..425671a Binary files /dev/null and b/screenshot.png differ