Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.81 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.81 KB

TETRIS

🔲 Tetris game with LÖVE

Screenshot

Controls

  • In Title
    • Start: Any key
  • In Game
    • Move: Left / Right key
    • Soft drop: Down key
    • Hard drop: Up key
    • Rotate: A / D
  • In Gameover
    • Retry: Any key

Getting Started

Quick Start

  1. Download and install LÖVE 11.2.
  2. Download the latest version of love-tetris.love game distribution from release.
  3. Open the distribution with LÖVE.

Build and Run from Source

git clone https://github.com/remyroez/love-tetris.git
cd love-tetris/game
love .

Requirements

Libraries

Assets

License

MIT License