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.
- 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.
To get started, clone the repository and navigate to the project directory.
git clone https://github.com/kwossi/cli-memory-game
cd cli-memory-gameEnsure you have a version of node and npm installed. Install dependencies with:
npm installThen start the game with:
node main.jsHave fun!
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.
There are more features planned for this game, so stay tuned for updates.
This project is licensed under the MIT License. See the License file for details.
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.
