Skip to content

remyroez/love-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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