NetBSD/games
christos a5d2792650 Add a little color. In order to minimize logic differences, keep 0 as the
empty board value, and since 7 is white, turn white into black (0) when
painting.
2014-06-11 16:47:39 +00:00
..
adventure Minor tidyup. 2014-03-22 22:04:40 +00:00
arithmetic
atc Make the list of place types an enumeration. Use unsigned values for 2014-03-22 22:58:56 +00:00
backgammon don't declare ospeed; it's in <termcap.h> 2014-03-22 23:10:36 +00:00
banner
battlestar Use random(), not rand(). 2014-03-22 23:33:33 +00:00
bcd
boggle use size_t instead of int for a length 2014-03-22 23:39:04 +00:00
caesar
canfield Use ssize_t for read() results. Don't use int for lseek() results. 2014-03-22 23:47:03 +00:00
cgram
ching
colorbars
countmail
cribbage
dab
dm
factor
fish
fortune
gomoku
hack
hals_end
hangman
hunt Remove unused. 2014-03-30 09:11:50 +00:00
larn
mille
monop
morse
number gratuitous (but not harmful) changes to pass gcc48's -Wconversion 2014-03-23 00:03:04 +00:00
phantasia
pig
pom
ppt
primes
quiz fix signedness issue 2014-03-23 00:07:15 +00:00
rain
random
robots
rogue
sail temp is a pointer, and tempmax, not sizeof(temp), is the length of 2014-03-28 17:53:47 +00:00
snake
tetris Add a little color. In order to minimize logic differences, keep 0 as the 2014-06-11 16:47:39 +00:00
trek
wargames
worm
worms
wtf
wump
Makefile
Makefile.inc Add note cautioning against bothering with WARNS=6 until gcc improves 2014-03-23 00:17:40 +00:00