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
- Host: GitHub
- URL: https://github.com/khayyamsaleem/quiplash-clone
- Owner: khayyamsaleem
- Created: 2019-05-06T21:30:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T23:16:22.000Z (over 2 years ago)
- Last Synced: 2025-04-09T22:57:25.980Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.94 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Quip Thinking
[](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.