Skip to content

walkingshamrock/memory-game.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

Description

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.

Features

  • Fun and engaging gameplay.
  • Easy to customize and extend.
  • Lightweight and efficient.

Installation

  1. Ensure you have Neovim installed.
  2. Install lazy.nvim if not already installed.
  3. Add the following configuration to your lazy.nvim setup:
    {
        "walkingshamrock/memory-game.nvim",
        config = function()
            require("memory_game").setup()
        end
    }
  4. Restart Neovim and run :Lazy sync to install the plugin.

Usage

  1. Start Neovim.
  2. Run the following command to start the game:
    :MemoryGame
  3. Use the arrow keys or h, j, k, l to navigate the board.
  4. Press <CR> (Enter) to flip a card.
  5. Match all pairs to win the game.
  6. Press q to quit the game at any time.

License

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

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to improve the game.

Acknowledgments

Special thanks to all contributors and the open-source community for their support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages