Skip to content

1boch1/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

Local-Multiplayer Chess Game

Libraries

Preview

chess1 chess2 chess3 chess4

How to use

  • You can see whose turn it is under the board

  • By CLICKING on one of your pieces, you can see what moves it can make

  • After clicking a pawn you can move it by CLICKING on one of the green squares

Project setup

  • Install the dependencies running this command

    npm install

  • Start the React app running this command

    npm start

    Open http://localhost:3000 to view it in the browser.