An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [Play here](http://titac.ml)

![logo image](./public/thumb.png)
![game image](./public/thumb2.png)

# 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)