16 lines
411 B
Markdown
16 lines
411 B
Markdown
# Tetris (in C and NCURSES)
|
|
|
|
- Home: https://brennan.io/2015/06/12/tetris-reimplementation/
|
|
- Inspiration: Tetris
|
|
- State: mature
|
|
- Keyword: puzzle, remake, content open
|
|
- Code repository: https://github.com/brenns10/tetris.git (@created 2015, @stars 140, @forks 40)
|
|
- Code language: C
|
|
- Code license: 3-clause BSD
|
|
- Code dependency: ncurses, SDL
|
|
- Developer: Stephen Brennan
|
|
|
|
## Building
|
|
|
|
- Build system: Make
|