You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stripped down Tetris clone for the C=64 (no points, no levels, no nothing, except the bare block falling, controlling and colliding mechanism), in about a KLOC of 6502 assembly.
Assemble into a .prg with KickAssembler, and
optionally run with x64 (from the VICE emu
suite):
$ java -jar KickAss.jar tetris.asm [-execute x64]
With the -execute option, it should autoload/start.
Keyboard controls: WASD
About
A stripped down Tetris clone for the C=64 (no points, no levels, no nothing, except the bare block falling, controlling and colliding mechanism), in about a KLOC of 6502 assembly.