Slide link: https://docs.google.com/presentation/d/1k1nKbp26XTJuTXWtUZ3UqqMMLLaQAybw5L1ovbAvIss/edit?usp=sharing
Practical Workshop Reference Document: https://docs.google.com/document/d/1CbW9NSMyRpD-D0SE0RnTgXM2b500L4d2Ir5gAAfkUqU/edit?usp=sharing
- Node Js
- Socket.io
Ensure Visual Studio Code is installed
if not installed
Visit https://code.visualstudio.com/
Ensure Node Js is installed
if not installed
https://nodejs.org/en ( Node Js v22.16.0 )
Download Zip file under code from this file

open Visual Studio Code open the folder that you have just downloaded
Select open in integrated terminal

Run the following Commands:
node -v - Check version of Node js
npm -v - Check version of Node Package Manager
npm init -y - Creates Package.json
npm i express - Creates Node modules folder
npm i socket.io - Install socket.io library
Type npm start !
You may download and play the full game here: https://github.com/nyp-lit/TicTacToe-Workshop.git

