NetBSD/games/tetris
mrg 31c4a0256f fix issues found by GCC 6.4:
battlestar was missing some {} in its insane printf()+puts() usage.
this is a literal code sequence i found:

	printf("The blast catches ");
	printf("the goddess in the ");
	printf("stomach, knocking ");
	puts("her to the ground.");
	printf("She writhes in the ");
	printf("dirt as the agony of ");
	puts("death taunts her.");
	puts("She has stopped moving.");

no lines inserted or removed.

tetris' checkscores() had wrong and missing {} usage.
2018-02-04 08:48:05 +00:00
..
Makefile
input.c
input.h
pathnames.h
scores.c fix issues found by GCC 6.4: 2018-02-04 08:48:05 +00:00
scores.h
screen.c elide compiler stupidity. 2017-03-20 22:05:27 +00:00
screen.h
shapes.c Add a little color. In order to minimize logic differences, keep 0 as the 2014-06-11 16:47:39 +00:00
tetris.6 tetris(6) is not limited to CRT displays. noted by tnn 2016-03-12 03:14:59 +00:00
tetris.c Center game board on screen. OK from christos@. 2016-03-03 21:38:55 +00:00
tetris.h Center game board on screen. OK from christos@. 2016-03-03 21:38:55 +00:00