17 lines
366 B
Markdown
17 lines
366 B
Markdown
# Tetris (in C and NCURSES)
|
|
|
|
- Home: https://brennan.io/2015/06/12/tetris-reimplementation/
|
|
- Inspirations: Tetris
|
|
- State: mature
|
|
- Keywords: puzzle, remake, open content
|
|
- Code repository: https://github.com/brenns10/tetris.git
|
|
- Code language: C
|
|
- Code license: 3-clause BSD
|
|
- Code dependencies: ncurses, SDL
|
|
|
|
Remake of Tetris.
|
|
|
|
## Building
|
|
|
|
- Build system: Make
|