Fauxtionary is a fun and creative 4 player game where players have to create fake definitions for fake words. This repository contains all the resources and code for the game. You can play the live version on RuneSDK.
Follow these instructions to set up and run Fauxtionary on your local machine.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/Fauxtionary.git
-
Change to the project directory:
cd Fauxtionary
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and navigate to http://localhost:3000 to play Fauxtionary.
We welcome contributions from the community! Whether you want to fix a bug, add new features, or improve the documentation, your help is greatly appreciated. To contribute to Fauxtionary, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine.
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make your changes and commit them with clear and concise messages.
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Create a pull request to the main repository. Be sure to provide a detailed description of your changes.
-
Your pull request will be reviewed, and once approved, your changes will be merged.
This project is licensed under the MIT License - see the LICENSE file for details.
Enjoy playing Fauxtionary! If you have any questions, issues, or suggestions, please feel free to open an issue or contact us at [email protected]. Happy gaming!