TrisJavascript is a simple Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript. This project allows users to play against each other or watch a demo mode where moves are made automatically.
- Play Tic-Tac-Toe against another player.
- Demo mode that automatically makes moves.
- Responsive design that works on various screen sizes.
- A modern web browser.
- Node.js and npm installed on your machine.
- Clone this repository to your local machine:
git clone https://github.com/Rossi-Tommaso/TrisJavascript.git- Navigate to the project directory:
cd TrisJavascript- Install the HTTP server globally:
sudo npm install -g http-server- Run the server:
http-server .- Open this url on your browser:
http://127.0.0.1:8080/home.html