Skip to content

kwossi/cli-memory-game

Repository files navigation

PIXEL PAIRS

A CLI-memory game for 2 players

Welcome to the CLI Memory Game! This is a simple command-line interface game for two players, where they can test and improve their memory skills by matching pairs of hidden tiles.

Features

  • Two-player gameplay: Challenge a friend to see who has the better memory.
  • Simple CLI interface: Easy to play and interact with through the terminal.
  • Randomized board: Each game starts with a new randomized board, ensuring a unique experience every time.

Installation

To get started, clone the repository and navigate to the project directory.

git clone https://github.com/kwossi/cli-memory-game
cd cli-memory-game

Ensure you have a version of node and npm installed. Install dependencies with:

npm install

Then start the game with:

node main.js

Have fun!

Example

CLI-Memory Game

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

1. Fork the repository.
2. Create a new branch (git checkout -b feature-branch).
3. Make your changes.
4. Commit your changes (git commit -m 'Add new feature').
5. Push to the branch (git push origin feature-branch).
6. Open a pull request.

Upcoming

There are more features planned for this game, so stay tuned for updates.

License

This project is licensed under the MIT License. See the License file for details.

Acknowledgements

Thank you for checking out the CLI Memory Game! If you have any questions or suggestions, feel free to reach out or open an issue on GitHub.

About

A command line memory game for 2 players.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published