mpatric / tic-tac-toe-ception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe-ception

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/

Tic-tac-toe-ception screenshot

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 the build/dist folder

About


Languages

Language:TypeScript 94.4%Language:HTML 3.0%Language:SCSS 2.0%Language:JavaScript 0.6%