Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cjauvin/tetris-464
- Owner: cjauvin
- Created: 2012-06-20T21:55:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T14:50:07.000Z (almost 11 years ago)
- Last Synced: 2024-06-11T16:40:17.146Z (5 months ago)
- Language: Assembly
- Homepage:
- Size: 230 KB
- Stars: 34
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)