This is a social hack game for fun. Wow your friends by answering their questions from another room, making them think it's AI doing the talking – but it’s really you behind the magic!
- When the user clicks Create Random Channel as Responder, they generate a random channel and become the responder.
- The link generated will automatically assign the next user who joins as the questioner.
- The second user (who joins using the link) is automatically the questioner and can ask questions.
- The responder can see questions from the questioner and answer them.
- The chat log tracks the conversation.
- HTML
- CSS
- JavaScript
Expand the following section for a quick guide on how to create a fork:
How to Fork this Repo and Submit a Pull Request (PR)
Click the Fork button at the top right of this repository to create your copy.
Clone the forked repository to your local machine by following these steps:
- Open the forked repository in your GitHub account.
- Click on the Code button.
- Select the HTTPS option in the Local tab.
- Click the 'Copy to clipboard' icon.
Open a terminal and run the git clone
command followed by the URL you just copied. For example:
git clone https://github.com/bacloud23/Highest-priest-GPT.git
After cloning your fork, add the original repository as the upstream.
git remote add upstream https://github.com/bacloud23/Highest-priest-GPT.git
Create a new branch and switch to it using the git checkout -b
command.
git checkout -b 'new-branch-name'
Make the necessary changes to the HTML, CSS, or JS files.
Stage your changes using the git add
command, and then commit them with a descriptive commit message.
git add .
git commit -m "Your descriptive commit message here"
Push the changes from your local repository to your forked repository on GitHub using the following command:
git push origin 'your-branch-name'
Go to your forked repository on GitHub. You should see a Compare & Pull Request button. Click on it to submit your pull request (PR) for review.
Made with contrib.rocks.
yanna 92 yar [at] gmail (dot) com