Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Card Matching Game

Overview

This is a simple multiplayer card matching game developed as a homage to the card game 'The Mind'. The game allows players to create and join game rooms to play together. The project uses HTML, CSS, JavaScript, Express.js, and Socket.IO to facilitate real-time communication.

Features

  • Create a new game room.
  • Join existing game rooms using room IDs.
  • Play a card matching game with friends.
  • Real-time updates for player join and game start events.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/multiplayer-card-matching-game.git
  2. Navigate to the project directory:

    cd multiplayer-card-matching-game
  3. Install the required dependencies:

    npm install

Usage

  1. Start the server:

    node server.js
  2. Open your web browser and visit http://localhost:3000 to access the game.

  3. You can either create a new game room or join an existing one by entering a room ID.

  4. Initiate the game when all players are ready.

Configuration

Customize the game settings and appearance by modifying the JavaScript, CSS, and HTML files in the public directory.

Contributing

Contributions are welcome! If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request to submit your changes for review.

License

This project is licensed under the MIT License. For details, see the LICENSE file.

Acknowledgments

Special thanks to Socket.IO for providing real-time communication support.

Feel free to reach out to us with any questions or feedback.

Happy gaming!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages