WordOut is a thrilling multiplayer game where 5 to 8 players are assigned words related to a shared topic—except for one, the Imposter, who has a different word. Players must describe their words in 1 minute, convincing others they're in on the same topic. After every round, the group votes to eliminate someone, trying to eleminate the Imposter.
- Flutter
- Node.js
Comment on the issue. In case of no activity on the issue even after 2 days, the issue will be reassigned. If you have difficulty approaching the issue, feel free to ask on our discord channel.
We welcome your contributions. Please follow the below guidelines while contributing to this project:
- Fork and star⭐ the repository and clone locally.
- Create an upstream remote and sync your local copy before your branch. See detailed instructions here
- Do the work and commit changes with good commit messages.
- Once you are confident in your work, create a pull request to the
master
branch of the upstream repository with proper descriptions explaining what you did and wait until we review it😊.
Check out GitHub Flow for more details.
-
Make sure you have an active internet connection – we’re diving deep into fandoms, after all!
-
Fork this repository to your GitHub account.
-
Clone your forked repository:
git clone <forked-repo-link>
-
Navigate into the project directory:
cd WordOut-Backend
-
Install all necessary dependencies:
npm install
-
Set up your environment variables by creating a
.env
file in the root directory. -
Start the development server:
npm start
-
You’re ready to explore! Access the backend application on
localhost:4000
.
.
├── server.js
├── package.json
├── package-lock.json
├── README.md
└── src
├── config
│ └── db.config.js
├── controllers
├── middlewares
├── routes
└── utils
- The repository is divided into several tasks. Each task will be opened subsequently for a limited amount of time and all the submissions have to be made within those allotted days only. NO submission will be accepted after the allotted time ends. The details for the specific tasks and the time allotted for each can be found in their specific issues.
- The submissions will be judged by the mentors and points🎉 will be allotted by them for each particular task based on various aspects like design thinking process, originality of the idea, visual appeal of the submission, code architecture etc.
- These tasks are for learning and not just scoring points so any kind of Plagiarism or attempt thereof wouldn't be tolerated and would lead to disqualification from OpenCode.
- Your code should be error-free before creating a pull request.
ALL THE FINAL DECISIONS FOR THE JUDGMENT AND AWARDING OF POINTS ⚖️ BASED ON THE SUBMISSION RESIDE WITH THE MENTORS & ORGANISERS. No claim can be made on the number of points awarded by the Mentors & Organisers🙂.
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.
-
Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern given in PR_TEMPLATE.md
-
Provide the relevant screenshot for easier review.
-
Pull Request older than 2 days with no response from the contributor shall be marked closed.
Whether you are working on a new feature or facing a doubt please feel free to ask us on our discord channel. We will be happy to help you out😊.