Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o0101/exoteric-tic-tac-toe
Exoteric tic tac toe. Not esoteric.
https://github.com/o0101/exoteric-tic-tac-toe
dosy exoteric react tic-tac-toe tic-tac-toe-game tic-tac-toe-javascript
Last synced: 15 days ago
JSON representation
Exoteric tic tac toe. Not esoteric.
- Host: GitHub
- URL: https://github.com/o0101/exoteric-tic-tac-toe
- Owner: o0101
- License: agpl-3.0
- Created: 2021-02-15T16:02:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T10:01:42.000Z (over 3 years ago)
- Last Synced: 2024-02-01T16:06:03.866Z (10 months ago)
- Topics: dosy, exoteric, react, tic-tac-toe, tic-tac-toe-game, tic-tac-toe-javascript
- Language: JavaScript
- Homepage: https://c9fe.github.io/exoteric-tic-tac-toe/?takaj
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Not esoteric tic-tac-toe
This is a source port to [Exoteric.JS](https://github.com/c9fe/exoteric)
of the [React.JS Tic-Tac-Toe example tutorial](https://reactjs.org/tutorial/tutorial.html) (*using the code at [this codepen](https://codepen.io/gaearon/pen/LyyXgK?editors=)*).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...
```shell
$ npm i
$ npm run static
```