-
Notifications
You must be signed in to change notification settings - Fork 0
egunnar/tetris
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published