Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 594 Bytes

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).