JohnPraise247 / tictactoe-multiplayer-with-websockets

A tictactoe application built with vanilla javascript and websocket.

Home Page:https://holahmide.github.io/memory-cards-with-VueJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC-TAC-TOE Multiplayer Game with Socket.io and Expressjs

You need to have "nodejs" installed on your computer and "npm" was used for this project.

Setup code

git clone https://github.com/holahmide/tictactoe-multiplayer-with-websockets.git tictactoe

cd tictactoe

npm install

Add enviromental variables

touch .env
nano .env

Add the properties in the template.env file to the .env file

Running application

# for development
npm run dev

# for production
npm start

Development mode TailwindCSS compiling

npx tailwindcss -i ./public/css/tailwindcss-input.css -o ./public/css/tailwindcss-output.css --watch

Live Output

http://tic-tac-toe.aolamide.com

About

A tictactoe application built with vanilla javascript and websocket.

https://holahmide.github.io/memory-cards-with-VueJS/


Languages

Language:CSS 35.1%Language:JavaScript 34.5%Language:HTML 30.4%Language:Shell 0.0%