Skip to content

crisdosaygo/exoteric-tic-tac-toe

Repository files navigation

Not esoteric tic-tac-toe

This is a source port to Exoteric.JS of the React.JS Tic-Tac-Toe example tutorial (using the code at this codepen).

Some points:

  • Only a few lines were changed meaningfully, most were syntactic changes.
  • No Reacolytes were harmed in the making of this source port... Probably.
  • The base of this repo was generated from a template for general purpose, basic front-end / Node.JS static-server for Exoteric.js.

Running

Get the repo and...

$ npm i
$ npm run static