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.
- Host: GitHub
- URL: https://github.com/mertjsx/chess-game
- Owner: MertJSX
- Created: 2024-10-28T17:07:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T20:46:00.000Z (11 months ago)
- Last Synced: 2025-07-19T01:29:25.624Z (11 months ago)
- Topics: chess, chess-board, chess-engine, chess-game, chessboard, game, react, reactjs, typescript, typescript-react
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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