Titac
July 2021
Play here
Repository
-
Github Web client
-
Github Websockets server
Technologie
- Typescript
- React
- Redux Toolkit state management
- create-react-app template : redux-typescript
- websockets using socket.io
Concept
This is ‘Titac’ a Tic-Tac-Toe game with a new mechanic
It’s Tic-Tac-Toe but you can place up to 3 mark per cell
The Rules
- 2 players
- turn by turn each player place a mark on a 3x3 grid
- each grid tile has a maximum of 3 marks
- you gain 1 point for each row, column or diagonal
- 3 points to win