Tic Tac Toe Game | Java, HTML, JS, WebSocket, StompJS | Frontend part



Tic Tac Toe Game | Java, HTML, JS, WebSocket, StompJS | Frontend part

Tic Tac Toe Game | Java, HTML, JS, WebSocket, StompJS | Frontend part

In this video, we implement the Frontend part of the Tic Tac Toe Game.
The technologies we use HTML, CSS, JS, WebSocket, StompJS, REST API, AJAX.
In the final version of the video one bugfix hasn’t passed. In script.js, reset() function you need to change turns to turns = [[“#”, “#”, “#”], [“#”, “#”, “#”], [“#”, “#”, “#”]]; instead of turns = [“#”,”#”,”#”,”#”,”#”,”#”,”+”,”#”].

The link to the original template: https://codepen.io/marxcom/pen/LWQXRX

The link to the source code: https://github.com/caligula95/tic-tac-toe/tree/master/src/main/resources/static

The link to the backend part tutorial: https://youtu.be/XwQJRfv9Mfg