tictactoe
tictactoe copied to clipboard
Tictactoe game built using node (sockets), ejs
tictactoe
Tic Tac Toe game built using node (sockets), ejs
Updated GUI v1.3
Features
- Realtime Chat
- Emoji Support
- Message Alert
- Leave Game
- Added Loading Indicator
Requirements
- NodeJS
- NPM
Usage
First, install the dependencies using npm
$ cd tictactoe
$ npm install
Start the server:
$ npm start
Or start server using node:
$ node server.js
Then, visit: http://localhost:3000/