https://github.com/codyadam/game__titac
This is a Tic-Tac-Toe game with a new mechanic made with React, Redux and Typescript
https://github.com/codyadam/game__titac
game online web
Last synced: 12 months ago
JSON representation
This is a Tic-Tac-Toe game with a new mechanic made with React, Redux and Typescript
- Host: GitHub
- URL: https://github.com/codyadam/game__titac
- Owner: CodyAdam
- Created: 2021-07-07T00:35:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T16:31:05.000Z (over 3 years ago)
- Last Synced: 2025-05-07T06:55:59.122Z (about 1 year ago)
- Topics: game, online, web
- Language: TypeScript
- Homepage: http://www.titac.ml/
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Play here](http://titac.ml)


# 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
# Technologie
- [titac-server](https://github.com/CodyAdam/project__titac-server)
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [create-react-app](https://create-react-app.dev/) template : [redux-typescript](https://github.com/reduxjs/cra-template-redux-typescript)