Game online in which you need to place four elements in a row before your opponent.
In order to play you need start game, complete the form and pass the rendered game ID to your opponent.
This project uses several endpoints responsible for every functionality,
such as generating board, sending info about balls location to database or detecting if anyone wins.
All of these endpoints are invoked using AJAX on the change of the player's status e.g. waiting, ready, player/opponent move or win/lose/draw.
- PHP 8
- CSS
- JS
- AJAX