Skip to content

aravindnatch/truth-or-drink

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

[acquired july 2023] an online, ad-free version of the card game built with react

Topics

Resources

License

Stars

Watchers

Forks