Skip to content

EdRyan/chess-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple chess app made with react and redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published