Memory Game is a simple and interactive game designed to test and improve your memory skills. The game is implemented in Lua and can be extended or integrated into other projects.
- Fun and engaging gameplay.
- Easy to customize and extend.
- Lightweight and efficient.
- Ensure you have Neovim installed.
- Install lazy.nvim if not already installed.
- Add the following configuration to your
lazy.nvimsetup:{ "walkingshamrock/memory-game.nvim", config = function() require("memory_game").setup() end } - Restart Neovim and run
:Lazy syncto install the plugin.
- Start Neovim.
- Run the following command to start the game:
:MemoryGame
- Use the arrow keys or
h,j,k,lto navigate the board. - Press
<CR>(Enter) to flip a card. - Match all pairs to win the game.
- Press
qto quit the game at any time.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to submit issues or pull requests to improve the game.
Special thanks to all contributors and the open-source community for their support.