资源说明:tetris in assembly (gas/x86/32bit). has my own shapes and uses ncurse for "graphics". doesn't keep score
need ncurses library to work. 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 -lc -lncurses -o tetris to run do: ./tetris
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。