Giter Site home page Giter Site logo

zc_plugin_chessboard's Introduction

Chess Board Room Plugin

An image of chess pieces

Zuri chesss plugin is a web based recreational and competitive board game played between two players with an option for AI, that can easily be installed and used as part of the Zuri chat main application.

Design:

Figma link to the design implemented:
coming soon!

Hosted URL:

https://chess.zuri.chat/

Tech Stack:

  • React js
  • Nodejs
  • Ajax
  • WebSockets

Project Setup & Contribution Guide:

  • Fork this REPO
  • Clone the repo from your account
git clone https://github.com/<username>/zc_plugin_chessboard.git

For BACKEND

  • switch to the backend directory and install all dependencies
cd server 
npm install   or   yarn install  

For FRONTEND

  • switch to the frontend directory and install all dependencies
cd client 
npm install   or   yarn install 

  • Add the main repo remote to your project upstream
git remote add upstream https://github.com/zurichat/zc_plugin_chessboard.git
  • Pull from upstream
git pull upstream dev
  • Switch to a new branch with your {feature-name}
git checkout -b <feature-name>
  • Add your work/code

  • When done making your changes, run

  git add .
  git commit -m 'your commit message'
  git push origin <feature-name>
  • Create a Pull Request to dev branch

For Local Testing:

  • Run backend server
cd server
npm run dev   or   yarn run dev
cd client
npm start   or   yarn start

zc_plugin_chessboard's People

Contributors

eni4sure avatar odizee avatar generalsoi avatar ndubuisijr avatar vermilion4 avatar joblyn avatar e-nicholas987 avatar ibitolamayowa avatar lekandev avatar babsmutini avatar joshuamonyei avatar tobybrave avatar yemi-dev avatar anita9771 avatar alao-abiodun avatar thebigbillz avatar watermelon-sugar avatar ese-monday avatar otinomz avatar michael-2509 avatar juniorbuba avatar aarond2018 avatar timmy-id avatar kenogit78 avatar otutukingsley avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.