Tetris/Applesoft BASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "Here is an implementation from 1992: http://hoop-la.ca/apple2/1992/tetris/ It does not implement the hard drop key.")
 
m (and remove the error message.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here is an implementation from 1992:
Here is an implementation from 1992, and analysis by April Ayres-Griffiths:


http://hoop-la.ca/apple2/1992/tetris/
https://paleotronic.com/2018/06/26/tetris-for-applesoft-basic/


It does not implement the hard drop key.
It does not implement the hard drop key.

Latest revision as of 23:58, 29 March 2022

Here is an implementation from 1992, and analysis by April Ayres-Griffiths:

https://paleotronic.com/2018/06/26/tetris-for-applesoft-basic/

It does not implement the hard drop key.