Git Product home page Git Product logo

draw-and-guess-game's Introduction

Draw-and-guess-game

  • Clone of web-based drawing game skribbl.io

How to play?

  • When its your turn to draw, you will have to visualize the word and draw it in 90 seconds, alternatively when somebody else is drawing you have to type your guess into the chat to gain points.
  • Uses Socket.IO and Redis to manage game state, supports multiple game lobbies.

Netlify Status

Peek 2022-06-12 03-12 PS. Ignore my drawing skills

Frontend dev setup

  • Create following environment variables

    REACT_APP_API_URL=http://localhost:8283 
    REACT_APP_SOCKET_PATH=
    
  • npm install

  • npm start

Backend dev setup

  • Install redis for your operating system from https://redis.io/

  • Create environment variable

    PORT=8283 
    
  • npm install

  • node index.js

Development

If you want to work on this application I’d love your pull requests and tickets on GitHub! Please make sure it describes the problem or feature request fully.

draw-and-guess-game's People

Contributors

abhinavxd avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

knightli sharanam

draw-and-guess-game's Issues

Typescript support.

Typescript advantages:

  1. Compile time type checking support.
  2. Early spotted bugs
  3. Rich IDE support
  4. Easy to scale and Improve Readability
  5. one more point to add in CV 😁

Typescript disadvantages:

  1. More boilerplate code code.
  2. Difficult for newcomers

Typescript migration is very easy and incremental (per file basis),
No existing logic need to change.

Open for discussion.

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.