Commit Briefs

Benjamin Stürz

add deprecation notice (main)


Benjamin Stürz

README: add Dependencies section


Benjamin Stürz

fix compilation on Arch Linux


Benjamin Stürz

port to Linux


Benjamin Stürz

Add README


Benjamin Stürz

port to FreeBSD


Benjamin Stürz

add -f option


Benjamin Stürz

make Makefile portable


Benjamin Stürz

Port to OpenBSD


Benjamin Stürz

Import


Branches


Tags

This repository contains no tags

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)