Tic-tac-toe is a logical game between two opponents on a square field of 3 by 3 cells. One of the players plays "X", the second - "O". Players take turns putting signs on free cells (one is always X, the other is always O). The first one to line up 3 of their pieces vertically, horizontally or diagonally wins.
Developed with
The game requires 2 participants (2 nodes).
The player must set the node settings (Node API Endpoint, Security Token).
The player can create a game or join an existing one by specifying the opponent's address.
The side for which you will play (X or O) is chosen randomly. When both players connect, they are given a randomly generated number. The player whose number is greater than the opponent's number goes first (side X).
When a player makes a move, a message with his move (his side and cell index) is sent to the opponent.
- Telegram
- Discord - h1xten#3783
- Project Repo
- Person of contact: [email protected]
This project is not audited and should not be used in a production environment.