Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1014 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 1014 Bytes

Truth or Drink

A free, online version of the card game built with Next.js

Interactability

Users can access the next question primarily by clicking the black question box. However, users on a device with a keyboard can access the next question by pressing either the spacebar or right arrow key and can access the previous question by pressing the left arrow key. On mobile devices, users can also access the next question by swiping right on the black box and can access the previous question by swiping left on the black box.

Question Manipulator

Users can alter the question bank by forcing a specific question to appear at a certain turn position. This menu can be accessed at /manipulate or by pressing the 'online' button below the main truth or drink logo on the home screen.

Run Locally

# clone the repository
git clone https://github.com/aravindnatch/truth-or-drink.git

# install the dependencies
cd truth-or-drink && npm install

# start the development server
npm run dev