Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A clone of the puzzle game Tetris Attack

License

NotificationsYou must be signed in to change notification settings

jcfieldsdev/block-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Party is a clone of the puzzle gameTetris Attack. Written in JavaScript.Tetris Attack was originally released for the Super NES in 1995.

Block Party

Guide

Gameplay

Tetris Attack is a tile-matching puzzle game. Rows of colored blocks continuously rise from the bottom of the well and push the existing stack of blocks up. Use the cursor to rearrange the blocks. Match three or more blocks of the same color in a row or column to eliminate them. The game ends if the stack of blocks is pushed past the top of the well.

Blocks fall under the effect of gravity if there is empty space underneath them. Because of this, it is possible to set up chain reactions for additional points. Each "wave" of a chain reaction increases the number of points rewarded multiplicatively. TheScore field shows the current number of points.

The level of the game, visible in theLevel field, increases when a certain number of blocks are eliminated, which also increases the rate at which the rows rise. The number of blocks that have been eliminated is tracked in theBlocks field.

Controls

Press theUp,Down,Left, orRight arrow keys to move the cursor. PressSpace orEnd to swap the blocks under the cursor.

Press eitherShift key to push a new row into the well.

Press theEnter key to pause or resume the game.

TheW,A,S, andD keys can also be used instead of the arrow keys.

Options

  • Colors—This determines the number of possible block colors. More colors correspond to a higher difficulty level. The default is 6 colors.
  • Level—The starting level. Rows rise at a faster rate at higher levels. Each level also has a different background. There are 10 levels.
  • Height—The starting height. This setting determines the number of rows the game starts with. The default is 7 rows.
  • Mode
    • The goal of theStandard mode is simply to play as long as possible and earn the greatest amount of points before losing.
    • InTime Attack mode, the timer counts down from 5 minutes. The challenge is to attain the highest score possible before the timer expires.

There is a separate high score table for each mode and for each difficulty level (i.e., number of colors).

Acknowledgments

Image sources:cyan,green,grey,orange,teal,white.

UsesAnimosa font byStefano Giliberti andHang the DJ font byPizzadude.

Authors

License

See also

  • Columns—Another puzzle game on which this one is based.

About

A clone of the puzzle game Tetris Attack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp