Skip to content

A web-based chess program written in React and React-dnd that supports any combination of player vs AI. Includes support for drag and drop for human players and animation effects for computer players.

Notifications You must be signed in to change notification settings

andrewmacheret/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess

A web-based chess program written in React and React-dnd that supports any combination of player vs AI. Includes support for drag and drop for human players and animation effects for computer players.

See it running at https://andrewmacheret.com/projects/chess.

Game image

Prereqs:

Run:

Build and deploy:

  • yarn build
  • aws s3 sync --delete build/ s3://andrewmacheret.com/projects/chess/

Test it:

  • yarn test
  • Browser: http://localhost:3000
    • You should see several buttons asking what kind of chess game to play.
    • To troubleshoot, look for javascript errors in the browser console.

About

A web-based chess program written in React and React-dnd that supports any combination of player vs AI. Includes support for drag and drop for human players and animation effects for computer players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published