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

https://github.com/dkcodec/criss-cross_game

Criss-cross game with history of game board(for each move)
https://github.com/dkcodec/criss-cross_game

Last synced: 9 months ago
JSON representation

Criss-cross game with history of game board(for each move)

Awesome Lists containing this project

README

          

# Criss Cross geme

You can try game here [Criss-Cross](https://dkcodec.github.io/Criss-Cross_Game/)

## What I used?

This project was created with [React Dev Tutorial](https://react.dev/learn/tutorial-tic-tac-toe).

Also to learn React [React documentation](https://reactjs.org/).

### Feature

#### Whose turn is it now

A little block above game board for next turn

#### Move history

After each move will appear a buttons for checking previous moves

#### Who won

Break the game if someone win and show winner

### Examples

#### Game start

![GameStart](./public/game-screens/Game-start.png)

#### After 1st move

![1Move](./public/game-screens/1move.png)

#### After 2nd move

![2Move](./public/game-screens/2move.png)

#### X - won

![WinMove](./public/game-screens/Nmove.png)

#### Check previous move(3d move)

![BackToMove](./public/game-screens/backTo3move.png)

### Deployment

Deployed by GitHub Pages
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)