Skip to content

nyp-lit/June-TicTacToe-Base-Version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

June-TicTacToe-Base-Version

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

Package used

  • Node Js
  • Socket.io

Steps to setup

Step 1

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 )

Step 2

Download Zip file under code from this file Screenshot 2025-06-19 190909

Step 3

open Visual Studio Code open the folder that you have just downloaded

Step 4

Right click on Index.js
Screenshot 2025-06-19 191256

Select open in integrated terminal
Screenshot 2025-06-19 191344

Step 5

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

Step 6

Type npm start !

Output:

Screenshot 2025-06-19 193543

You may download and play the full game here: https://github.com/nyp-lit/TicTacToe-Workshop.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •