Tetris: Difference between revisions

From Rosetta Code
Content added Content deleted
m (capitalization)
m (Applesoft)
Line 11: Line 11:
* full set of 7 kinds of shapes (ITOSZJL)
* full set of 7 kinds of shapes (ITOSZJL)
<br><br>
<br><br>

=={{header|Applesoft}}==

See [[Tetris/Applesoft]].


=={{header|Bash}}==
=={{header|Bash}}==

Revision as of 20:13, 27 June 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

See Tetris/Applesoft.

Bash

See Tetris/BASH.

Java

See Tetris/Java.

JavaScript

See Tetris/JavaScript.

Microsoft Small Basic

See Tetris/Microsoft Small Basic.