Skip to content

A multiplayer chess program written using react-three-fiber

Notifications You must be signed in to change notification settings

tcannon686/react-three-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-three-chess

react-three-chess is a simple chess app created to using react-three-fiber and other technologies like Redis, Express, and react-spring. The app is currently hosted on heroku, and you can play it here!

Screenshots

screenshot 0 screenshot 1 screenshot 2

Usage

To start a game, simply click this link, and click New game. If you scroll down on the page, you will see a link to Play as black!, which you can share with your friends to battle them in an epic tournament of chess.

Running the development server

You can also run the project on your local computer for development purposes. To do so, do the following:

  1. Install dependencies for the backend and frontend using yarn.
  2. Start redis by running redis-server.
  3. Start the backend server using yarn start
  4. Start the frontend server with cd react-ui && yarn start

That's it! Alternatively, you can use yarn build in the react-ui folder, and then simply run the backend server, which will host the project at http://localhost:5000.

About

A multiplayer chess program written using react-three-fiber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages