/TrisGame

During my PCTO i made an website emulator for the Tris game with React for the first time.

Primary LanguageJavaScript

Motivation

Project assigned to me during the PCTO period (alternanza scuola-lavoro) during the month of July 2023. It was my first time programming with the React framework, so I did the TicTacToe to test the language and to learn the new language.

image

Requirements

  • Node.js installed (v18.16.1)

How to run

  1. Clone this project
  2. Open a new Terminal and go inside the repository
  3. Run cd main-react-app
  4. 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.

Ways to improve

  • Add a record table
  • Save record table's data after a refresh
  • Make possible for users to choose witch team they want
  • Make a limit time to make a move
  • Better table's data cells managment
  • Multiplayer online