An open API service indexing awesome lists of open source software.

https://github.com/khayyamsaleem/quiplash-clone

a clone of the quiplash game from jackbox games
https://github.com/khayyamsaleem/quiplash-clone

Last synced: 2 months ago
JSON representation

a clone of the quiplash game from jackbox games

Awesome Lists containing this project

README

        

# Quip Thinking
[![Build Status](https://travis-ci.com/nyu-software-engineering/quip-thinking.svg?branch=master)](https://travis-ci.com/nyu-software-engineering/quip-thinking)

**Quip Thinking** is a game based off of the popular game called Quiplash, originally made by the developers at Jackbox Games.

The original game involves two people answering witty prompts and their friends voting on which answer they liked the most. Quip Thinking puts a new spin on the game to give users a fresh take.

We give users the ability to play with anyone, from their friends to strangers, from the comfort of their computers or phones. They can join a public room, or make their own private room with a room code to play with friends. Users can also add their own prompt (first vetted by our software, of course!) to our database of prompts.

## Project Requirements

You can read our project requirements here.

## Contributing Info

Do you want to contribute to this project? Please read these guidelines first.

## Installation

Clone our project: `git clone https://github.com/nyu-software-engineering/quip-thinking.git`!

Start a MongoDB instance.

Start the server in `server` directory with `npm start`.

Start the client in `client` directory with `npm start` in a different terminal or command-line instance.

Run tests for client with `npm test` in the `client` directory.