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

https://github.com/mertjsx/chess-game

Chess game with react and typescript.
https://github.com/mertjsx/chess-game

chess chess-board chess-engine chess-game chessboard game react reactjs typescript typescript-react

Last synced: about 1 month ago
JSON representation

Chess game with react and typescript.

Awesome Lists containing this project

README

          

# Simple Chess game ([Try DEMO](https://mertjsx.github.io/chess-game/))

A simple chess game with some mechanics still under development. The game is a web-based application and is responsive across all device screens.

image

## Game modes
- Sandbox (without turn-based gameplay)
- Play with a Friend (same-screen multiplayer)
- Multiplayer (not implemented yet)

## Working mechanics
- Movement for all pieces
- Castling
- Check mechanic (putting the king in check)
- Capturing opponent's pieces
- Eliminating invalid positions for moves
- Turn-based gameplay

## Tools
- ReactJS
- Typescript
- Tailwind