Skip to content

amritvela/Fauxtionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fauxtionary

Fauxtionary Logo

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.

Table of Contents

Getting Started

Follow these instructions to set up and run Fauxtionary on your local machine.

Prerequisites

  • Node.js installed (at least version 14)
  • npm (Node Package Manager) installed

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/Fauxtionary.git
  2. Change to the project directory:

    cd Fauxtionary
  3. Install the project dependencies:

    npm install

Running the Game

  1. Start the development server:

    npm start
  2. Open your web browser and navigate to http://localhost:3000 to play Fauxtionary.

Contributing

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:

  1. Fork the repository to your GitHub account.

  2. Clone your forked repository to your local machine.

  3. Create a new branch for your contribution:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them with clear and concise messages.

  5. Push your changes to your forked repository:

    git push origin feature/your-feature-name
  6. Create a pull request to the main repository. Be sure to provide a detailed description of your changes.

  7. Your pull request will be reviewed, and once approved, your changes will be merged.

License

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 your-email@example.com. Happy gaming!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published