I've written a tetris clone in parrot asm. Its not finished yet, but playable.
The game needs nonblocking input, there is a small tetris.pl that sets STDIN into nonblocking, then calls parrot an resets STDIN afterwards. Because it uses escape-sequences for cursor control it will probably not run unter Windows, maybe with ANSI.SYS or something like that (?). To play do the following: - unpack the attached tetris.tgz into your parrot-directory - cd into "tetris" - (../assemble tetris.pasm >tetris.pbc, but its also inside the tgz-file) - run perl ./tetris.pl Enjoy! Jens Rieks
tetris.tgz
Description: application/tgz