Skip to content

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

License

Notifications You must be signed in to change notification settings

aravindnatch/truth-or-drink

Repository files navigation

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