Tetris: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 24: Line 24:
See [[Tetris/Julia]].
See [[Tetris/Julia]].


=={{header|Mathematica}}==
=={{header|JavaScript}}==


See [[Tetris/Mathematica]].
See [[Tetris/JavaScript]].


=={{header|Microsoft Small Basic}}==
=={{header|Microsoft Small Basic}}==

Revision as of 23:13, 23 October 2018

Tetris is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.
Task

Create a playable Tetris game.

Requirements
  • a left / right key
  • a hard drop key (the current piece will be dropped and locked at once)
  • a rotation key
  • a preview piece
  • full set of 7 kinds of shapes (ITOSZJL)



Applesoft BASIC

See Tetris/Applesoft BASIC.

Bash

See Tetris/BASH.

Julia

See Tetris/Julia.

JavaScript

See Tetris/JavaScript.

Microsoft Small Basic

See Tetris/Microsoft Small Basic.