Skip to content

I'm trying to create a multiplayer online version of the Tris Game witch i had creted before in another repository.

Notifications You must be signed in to change notification settings

bdetoni24/Multiplayer_online_tris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

Project assigned to me during the PCTO period (alternanza scuola-lavoro) during the month of July 2023. It's an online version of the Tris game which i already created in another repository (link here).

image

Requirements

  • Node.js installed (v18.16.1)
  • XAMPP installed
  • Sequelize installed

How to run

  1. Clone this project
  2. Open XAMPP and start the Apache and MySQL servers
  3. Create a new server with PhpMyAdmin named database_tris
  4. Open a new Terminal inside the repository on VSC
  5. Run cd server
  6. Run node server.js
  7. Open another Terminal on VSC
  8. Run cd cliend
  9. Run npm start At this point the project itself shold open a new local server and open a new browser windows, usually http://localhost:3000/ but the port can change if you have other local server already open. You should also see a message in the server's terminal in order to inform you about the connection with the database.

Road map

  • Make possible to users to be matched togheter in a match
  • Live moves of each player on the table
  • Manage different scenarios of disconnection with an Error Pop-Up
  • Implement an Party Mode

About

I'm trying to create a multiplayer online version of the Tris Game witch i had creted before in another repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published