Skip to content

Conways Game of Life as Neovim Plugin. Part of My Recreational Programming

License

Notifications You must be signed in to change notification settings

StealthSoldierM/conways-gol.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-of-Life-Bannar

Table of Contents

Tap to View

🚀 (Installation) Quick Start

For 💤 Lazy.nvim

{
    'StealthSoldierM/conways-gol.nvim',
    config = function()
    end,
    lazy = false,
}

With Native Package Manager

In neovim's command mode

:lua=vim.pack.add('Game of Life', 'git@github.com/StealthSoldierM/conways-gol.nvim')

Back to Top

📚 Usage Example

ther are Two Ways to Start the Game

  1. Using neovim's command mode
$ :Conway
  1. Using Key Bindings To start/stop Conways - Game of Life type below keys in neovim on Normal Mode.
<leader>cg -> Init+Start the Game
q -> To Quit The Game
p -> Toogle Play and pause State

Back to Top

❌ Uninstallation Guide

💤 Lazy.nvim

In neovim's command mode

:Lazy

Then from UI select and press x from keyboard.

With Native Package Manager

In neovim's command mode

Back to Top

:lua=vim.pack.remove('Game of Life')

✨ Summary

Just enjoy. Credit to THIS article.

Back to Top

About

Conways Game of Life as Neovim Plugin. Part of My Recreational Programming

Resources

License

Stars

Watchers

Forks

Languages