NetBSD/games
rillig 3e4a0edf9f cgram: use ASCII-only implementation of <ctype.h> functions
The function 'encode' already assumes that all letter characters are
contiguous and that there are only 26 letters of each case.  At the
moment, cgram cannot handle UTF-8 anyway since it reads the input
byte-wise, assuming that each byte is exacty one character.
2021-04-25 20:38:03 +00:00
..
adventure avoid leaving off the trailing nul in a literal string. 2021-04-12 09:12:28 +00:00
arithmetic
atc Report the users score _after_ the game has ended and the screen has 2019-03-19 00:11:34 +00:00
backgammon no longer need -Wno-error=implicit-fallthrough. 2021-04-13 02:11:39 +00:00
banner
battlestar speed limit 80 2020-12-06 11:35:27 +00:00
bcd End sentence with a dot. 2019-09-02 08:26:00 +00:00
boggle
caesar
canfield
cgram cgram: use ASCII-only implementation of <ctype.h> functions 2021-04-25 20:38:03 +00:00
ching
colorbars
countmail
cribbage - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
dab
dm
factor include bsd.own.mk to be sure NETBSDSRCDIR is set. 2021-04-12 04:19:32 +00:00
fish
fortune Restore the catman joke. 2020-11-09 03:23:14 +00:00
gomoku
hack games/hack: Suppress -Werror=stringop-truncation error. 2020-02-08 00:59:55 +00:00
hals_end
hangman Avoid messing up the display when too many letters are guessed at once. 2020-07-12 02:34:54 +00:00
hunt one port complains about string overflow here that i can't see. 2021-04-15 01:55:21 +00:00
larn - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
mille s/saftey/safety/ 2019-12-27 09:17:59 +00:00
monop
morse
number
phantasia - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
pig
pom
ppt
primes
quiz s/opration/operation/ 2019-12-27 07:41:22 +00:00
rain rain(6): Make the default delay useful for modern terminals 2020-10-14 18:32:04 +00:00
random random(6): Use arc4random_uniform to simplify code 2020-07-26 15:24:00 +00:00
robots properly terminate after using strncpy(). 2021-04-13 01:50:46 +00:00
rogue introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
sail - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
snake Remove extra semicolon. 2020-05-14 08:34:17 +00:00
testpat - Don't allocate memory dynamically on the stack (for SSP) 2021-01-08 15:16:04 +00:00
tetris avoid uninit memory and use memmove vs strncpy for a will be 2020-09-07 00:31:11 +00:00
trek
wargames
warp avoid duplicating symbols in libterminfo. 2021-04-13 08:06:38 +00:00
worm
worms worms(6): Use a reasonable default delay for non-1980s terminals. 2020-10-14 07:32:53 +00:00
wtf
wump
Makefile Add testpat(6) to games. 2021-01-02 03:21:39 +00:00
Makefile.inc