Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbb10324/tictactoe
simple tictactoe game created with react-arca
https://github.com/mbb10324/tictactoe
Last synced: about 2 months ago
JSON representation
simple tictactoe game created with react-arca
- Host: GitHub
- URL: https://github.com/mbb10324/tictactoe
- Owner: mbb10324
- License: apache-2.0
- Created: 2023-11-19T09:56:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T19:54:23.000Z (about 1 year ago)
- Last Synced: 2023-11-20T11:26:39.144Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 860 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tictactoe
Hosted on pages @ https://mbb10324.github.io/tictactoe/
Ensure you are at the root directory and run `npm start`.
The port is set to 3007. To change it initialize the PORT environment variable with whatever port you'd like.
Created with React, and the react-arca boilerplate generator.