Tree


.gitignorecommits | blame
Makefilecommits | blame
README.mdcommits | blame
input.ccommits | blame
input.hcommits | blame
pathnames.hcommits | blame
scores.ccommits | blame
scores.hcommits | blame
screen.ccommits | blame
screen.hcommits | blame
shapes.ccommits | blame
tetris.6commits | blame
tetris.ccommits | blame
tetris.hcommits | blame

README.md

# Deprecation Notice
This project is now part of my desktop environment.
Any further development is going to happen there.
Link: http://got.stuerz.xyz/?action=summary&path=desktop.git

# portable NetBSD tetris
This project attempts to port NetBSD's tetris to as many platforms as possible.
Additionally a few non-portability changes were made.

## Supported Platforms
- OpenBSD >= 7.5
- FreeBSD
- Linux (w/ glibc)

## Dependencies
- libncurses
- libbsd (on Linux)