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)
- Host: GitHub
- URL: https://github.com/dkcodec/criss-cross_game
- Owner: dkcodec
- Created: 2024-01-20T16:26:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T08:03:23.000Z (over 2 years ago)
- Last Synced: 2025-05-05T21:39:38.985Z (about 1 year ago)
- Language: JavaScript
- Size: 591 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

#### After 1st move

#### After 2nd move

#### X - won

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

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