Search the Community
Showing results for tags 'tetris'.
-
Version 1.2
136 downloads
I've recompiled my tetris clone to the Commander X16! Features: holding area, wall kick rotations, shows next piece, staged speed increase It is functionally equivalent to the original C64 version except the sound effects are a bit simpler. Controls are printed in the screen, note that you can also use the cursor keys for movement if that's more convenient for you (not printed) Source code is here: https://github.com/irmen/prog8/blob/master/examples/cx16/tehtriz.p8 -
Tehtriz View File I've recompiled my tetris clone to the Commander X16! Features: holding area, wall kick rotations, shows next piece, staged speed increase It is functionally equivalent to the original C64 version except the sound effects are a bit simpler. Controls are printed in the screen, note that you can also use the cursor keys for movement if that's more convenient for you (not printed) Source code is here: https://github.com/irmen/prog8/blob/master/examples/cx16/tehtriz.p8 Submitter desertfish Submitted 02/10/21 Category Games
-
Tetris View File This is a simple Tetris clone, originally written in BASIC, then reimplemented in assembly. Comments welcome. Have fun! Submitter Fnord42 Submitted 08/21/20 Category Games