GithubHelp home page GithubHelp logo

classicvalues / pictionary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arp-g/pictionary

0.0 1.0 0.0 5.17 MB

Picture guessing and drawing multiplayer game

Home Page: https://pictionary-game.netlify.app

License: MIT License

Elixir 44.14% SCSS 5.76% CSS 0.18% JavaScript 48.20% HTML 1.47% Dockerfile 0.22% Shell 0.02%

pictionary's Introduction

Pictionary image

Pictionary

Pictionary is a free multiplayer drawing and guessing game.

A game consists of a few rounds in which every round someone has to draw their chosen word and others have to guess it to gain points! Players with the highest scores are the winners at the end of the game.

Play now!

A Demo of the app

Pictionary.-.Awesome.Screenshot.00_00_02-00_02_02.mp4

Features

  • Play with your friends in a private room or other users in a public game.
  • Tweak the game according to your likings, and your own custom words.
  • A refreshing new UI and dark mode support
  • If you get disconnected from a game you will not lose your score just rejoin again and continue
  • The best part is it's free and there are NO ADS!

I took inspiration from skribbl.io to make this project, however, I have added a bunch of new stuff in addition to what scribble offers like a new UI, dark mode, ability to preserve scores if disconnected and the best part there are no ads!

Bugs, feature requests, and contributions

Found a bug or want a new feature? Please create an issue.

Want to contribute?

  • Create a PR and I will be happy to review and merge it
  • Start this project
  • Tell your friends about the project.

Like my work? Consider contributing to this project and support me to improve it.

Setup and run locally

If you want to run this project locally continue reading

Few things to know about the technology stack used in the project:

  • The application uses Elixir for the backend server and react js for the frontend application.
  • There is no database, all data is stored in an in-memory database that comes with elixir called ETS and will be lost when the backend server is stopped.

Setup using Docker

Get the app running easily using docker.

  • Install docker and docker compose
  • Clone this project
  • cd into the project directory and run docker-compose up

Thats it! Access the application at http://localhost:3000/

Setup manually

  • Make sure you have elixir and npm installed
  • Clone this project
  • cd into the project directory and install dependencies by running mix deps.get and finally start the backend server by running mix phx.server
  • Next cd into the pictionary-app directory and install dependencies by running npm install and start the front end application by running npm start
  • Enjoy!

pictionary's People

Contributors

arp-g avatar

Watchers

 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.