8000 GitHub - sDextra/tetris: Tetris (Ren'Py)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sDextra/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Tetris (Ren'Py)

screenshot

Features

Difficulty levels:

  • Classic - field 10x20, low speed, no bonus;
  • New - field 12x25, normal speed, with bonus;
  • Hard - field 13x25, high speed, with bonus;
  • Impossible - field 15x26, high speed, no bonus, no I tetromino.

Installation

Add files to your Ren'Py project

Init

row - field width
column - field height
speed - falling speed
tops - number of top places
level - level of difficulty
mode - presence of a bonus
impossible - without I tetromino
for_level - the number of lines for level-up

Usage

Keys:

  • Left Arrow - move tetromino to the left;
  • Right Arrow - move tetromino to the right;
  • Up Arrow - rotate tetromino;
  • Down Arrow - increasing the speed of falling (pressing again disables it);
  • Enter - instantly lower tetromino;
  • Space - remove current tetromino (if you have a bonus).

License

MIT.

About

Tetris (Ren'Py)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0