Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ta7ar/o-tic-tac-toe
Online Multiplayer Tic-Tac-Toe game
https://github.com/ta7ar/o-tic-tac-toe
Last synced: about 2 months ago
JSON representation
Online Multiplayer Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/ta7ar/o-tic-tac-toe
- Owner: Ta7ar
- Created: 2020-06-17T03:08:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T19:12:41.000Z (about 2 years ago)
- Last Synced: 2023-05-14T08:22:49.999Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://o-tic-tac-toe.herokuapp.com/
- Size: 44.9 MB
- Stars: 38
- Watchers: 1
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# O-Tic-Tac-Toe
Full stack web-app what allows any two players to play Tic-Tac-Toe against each other by creating a session or joining a session via a randomly
generated session code.
Frontend built using ReactJS, Reactstrap/ Bootstrap components and vanilla CSS. Backend built on top of NodeJS (ExpressJS) server that communicates
with the client side via Socket.IO websockets.
Deployed at: https://o-tic-tac-toe.herokuapp.com/