This is an updated version 2.0 of the original tetris-bsd. The code is a fork of BSDGames, I extracted the tetris code, because I don't need the other games.
As of version 2.0 this package does no longer conflict with the original
bsdgames collection. Use tetris2
for this updated tetris version or call
tetris
for the original version.
Please adjust the config.mk
to your needs. Especially the SCOREFILE
and
the paths BINDIR
/MANDIR
are important. If everything fits, execute:
make
sudo make install
This package provides a PKGBUILD
file. You can install this package with
makepkg -si
on Arch Linux.
sudo make uninstall
Make sure the config.mk
is the same.
This removes the built files from the repository. All other files are ignored.
See the individual files for copyright information.