Skip to content
/ tetris Public

tetris in assembly (gas/x86/32bit). has my own shapes and uses ncurse for "graphics". doesn't keep score

Notifications You must be signed in to change notification settings

egunnar/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

tetris in assembly (gas/x86/32bit). has my own shapes and uses ncurse for "graphics". doesn't keep score

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published