GithubHelp home page GithubHelp logo

luckyrathore57 / chess-harkirat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from code100x/chess

0.0 0.0 0.0 1.07 MB

A multiplayer chess platform

Home Page: https://chess.100xdevs.com/

JavaScript 2.97% TypeScript 95.52% CSS 0.88% HTML 0.51% Handlebars 0.12%

chess-harkirat's Introduction

Chess

Building a platform where people can

  1. Sign up
  2. Create a new match/get connected to an existing match
  3. During the match, let users play moves
  4. Have a rating system that goes up and down similar to standard chess rating

Tech stack

Let's keep it simple

  1. React for Frontend
  2. Node.js for Backend
  3. Typescript as the language
  4. Separate Websocket servers for handling real time games
  5. Redis for storing all moves of a game in a queue

Setting it up locally

  • Clone the repo
  • Copy over .env.example over to .env everywhere
  • Update .env
    • Postgres DB Credentials
    • Github/Google Auth credentials
  • npm install
  • Start ws server
    • cd apps/ws
    • npm run dev
  • Start Backend
    • cd apps/backend
    • npm run dev
  • Start frontend
    • cd apps/frontend
    • npm run dev

chess-harkirat's People

Contributors

hkirat avatar airbornharsh avatar nimit9 avatar adi790uu avatar nischal-shetty2 avatar vishalmishraa avatar ssk090 avatar skushagra9 avatar sama-004 avatar ofcljaved avatar ruchir28 avatar turbobot-temp avatar manish591 avatar srijan-t0d0 avatar guruharsha1 avatar abhayymishraa avatar csummers27 avatar moh1tsingh avatar modamaan avatar sagardxd avatar usama-rahman avatar sanjeevs9 avatar sarthak-simplifii avatar vijaykv5 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.