Skip to content

r-sede/loveTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TETRIS love2d remake

A tetris remake based on the GB version (1989) made with love2d (with love) in pure spaghetti style

source: Tetris dossier

Tetris remake screenshot

TODO:

  • add high score file
  • add states (gameOver etc...)
  • add menu to title screen (play/scores)
  • Build a win32 .exe

control:

arrow key: move piece ( spam the key )

esc: quit game

d: toggle debug info

g: toggle grid

m: mute

space: pause

x: rotate piece clockWise

s: rotate piece antiClockWise


windows:

unzip build/loveTetris.zip

run loveTetris.exe

linux:

install love2d package for your distrib

ex deb package:

$ sudo add-apt-repository ppa:bartbes/love-stable
$ sudo apt-get update
$ git clone https://github.com/r-sede/loveTetris.git
$ cd loveTetris
$ love .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages