This is an interactive version of the complete map of tic-tac-toe moves as popularised by xkcd.
Try it here: https://www.mpatric.com/tic-tac-toe-ception/
To run locally:
-
Clone this repo
-
Install npm dependencies with
npm i
-
Run a local server hosting the app with
npm start
-
Just build the static assets with
npm run build
- the static files are written to thebuild/dist
folder