-
-
-
tetris
my shitty implementation of tetris
-
-
tetris
... home page for the source code http://tromp.github.io/tetris.html
This human-readable "clone" is maintained by [Joachim ... Wiberg]: https://troglobit.com
[tarball]: https://ftp.troglobit.com/tetris/tetris-1.4.0.tar.gz
[MD5]: https://ftp. ...
-
tetris
tetris in assembly (gas/x86/32bit). has my own shapes and uses ncurse for "graphics". doesn't keep score
need ncurses library ... . built on 32bit/x86.to build do:
as -ggdb tetris_splash.s -o tetris.o && \
ld -ggdb -dynamic-linker /lib/ld-linux.so.2 tetris.o ...
-
js-tetris
Tetris JS
JS Tetris project for http://10k.aneventapart.com/
-
osgcc2-Tetris
Tetris - OSGCC2 - 3rd Place - By: Steve Klabnik, Chuck Davis, Marylou Kunkle
Tetris - OSGCC2
Steve Klabnik, Chuck Davis, Marylou Kunkle
Requirements for building:
DSSS (http://www.dsource.org/projects/dsss)
DMD (http://www.digitalmars.com/d/download. ...
-
ASCII-Tetris
ASCII Tetris game written in C
# ASCII Tetris game
To compile, use:
make
It will output a binary file Tetris.
Controls:
q: left
s: bottom (quicker)
d: right
[space]: rotate
What it looks like:
[LEVEL: 1 | SCORE: 0] ...
-
Tetris
... Clone
---------------------
I Have Plans to make this embeddable, I.e you just include the div in your page and you can play tetris.
But it is still buggy
Things that need attention:
1) sometimes dropping piece into a gap will bug out and delete ...
-
Tetris-Template-Designer
Tetris Template Designer
# Tetris Template Designer
Create simple html templates (title, paragraph, images with fixed ratios) and the generator returns the html, css and the grid code which is needed by tetris.js
-