Skip to content

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.

Notifications You must be signed in to change notification settings

cjauvin/tetris-464

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Tetris-464

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

screenshot

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published