Skip to content

A Neovim Plugin that provides a playable text-based Tetris game.

License

Notifications You must be signed in to change notification settings

Leonardo-Luz/tetris.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris.nvim (WIP)

A Neovim Plugin that provides a playable text-based Tetris game.

Features:

  • Persistent high score between sessions.

Dependencies:

leonardo-luz/floatwindow.nvim

Installation: Add leonardo-luz/tetris.nvim to your Neovim plugin manager (e.g., init.lua or plugins/tetris.lua).

{ 
    'leonardo-luz/tetris.nvim',
}

Usage:

  • :Tetris: Start the game.
  • l: Move piece right.
  • h: Move piece left.
  • d: Drop piece.
  • c: Hold piece.
  • k: Rotate piece right (subject to change).
  • j: Rotate piece left (subject to change).

About

A Neovim Plugin that provides a playable text-based Tetris game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages