Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjauvin/tetris-464

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.
https://github.com/cjauvin/tetris-464

Last synced: 4 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

Tetris-464
==========

Assemble into a `.prg` with [KickAssembler](http://theweb.dk/KickAssembler), and
optionally run with `x64` (from the [VICE](http://vice-emu.sourceforge.net) emu
suite):

$ java -jar KickAss.jar tetris.asm [-execute x64]

With the `-execute` option, it should autoload/start.

Keyboard controls: WASD

![screenshot](http://3.bp.blogspot.com/-H7kFU3Gzuco/UBAa7RtXjeI/AAAAAAAADGg/N-3URxHWqkE/s1600/tetris-c64.png)