Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.22 KB

File metadata and controls

35 lines (27 loc) · 1.22 KB

React/Redux Chess

A simple chess webapp in which you play as both players.

Features

  • Game state is remembered between page refreshes (using local storage)
  • Clicking on a piece you control shows you the allowed moves you can make
  • Tells you if you are in check, checkmate, or stalemate
  • Game prevents you from moving your king into check
  • Supports castling
  • Supports en passant
  • Supports pawn promotion

To Do

  • Write more tests
  • Multiplayer and/or AI functionality

Built With

Running This App

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.