Tic-Tac-Toe-ception
This is an interactive version of the complete map of tic-tac-toe moves as popularised by xkcd. See this blog post for more information.
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