1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
2019-05-11 23:52:17 +00:00
..
adventure Remove unused confirm() and datime() functions. 2017-06-23 12:56:25 +00:00
arithmetic convert to unsigned variables to avoid some overflows. 2018-12-27 17:27:23 +00:00
atc have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate 2017-07-09 14:04:50 +00:00
backgammon User count checks have been compiled out since 1998, get rid of them. 2017-07-11 14:32:16 +00:00
banner More fixes from David Fifield: 2018-10-16 20:06:42 +00:00
battlestar rm lists of hereditary wizards and bad users to ensure level playing field 2019-05-09 20:19:22 +00:00
bcd Fix table wrt missing element and `, detailed analysis and diff from 2018-01-23 07:06:55 +00:00
boggle
bs Remove a few too early pledge(2)s on games/ and apply them a little bit later 2018-08-24 11:14:49 +00:00
caesar convert source code frequencies to match those in the man page 2017-08-10 17:24:30 +00:00
canfield During our refactor with tedu@ tb@ and myself we moved the score file to the 2018-08-24 11:31:17 +00:00
cribbage
factor
fish
fortune give the fake latin proverb "per aspera ad astra" in the more 2019-02-03 13:35:33 +00:00
gomoku
grdc missing word found in my tree 2019-02-06 15:02:01 +00:00
hack macro args and punctuation should be space spearated; 2019-04-08 17:49:07 +00:00
hangman Use <elf.h> instead of <elf_abi.h> 2017-10-27 16:47:08 +00:00
hunt
mille
monop
morse
number
phantasia
pig add an example to the man page. discovered by mlarkin 2019-05-11 23:52:17 +00:00
pom Consolidate printf(3) calls at the end of main(). 2017-12-24 22:12:49 +00:00
ppt
primes Straightforward conversion to strtonum. Slight change of behavior in that 2017-11-02 10:37:11 +00:00
quiz Remove a few too early pledge(2)s on games/ and apply them a little bit later 2018-08-24 11:14:49 +00:00
rain
random
robots g/c unused robots_roll file. 2019-02-26 07:14:35 +00:00
sail
snake printing the pinball bonus in the corner is confusing when you lose. 2019-01-20 04:14:19 +00:00
tetris Use a NUMKEYS macro instead of magic and use a more familiar idiom 2018-04-25 17:41:23 +00:00
trek The game is playable without the need to access any files therefore we can 2018-08-09 17:51:22 +00:00
wargames
worm Remove a few too early pledge(2)s on games/ and apply them a little bit later 2018-08-24 11:14:49 +00:00
worms Drop "rpath" from pledge(2) after ncurses initialization. 2018-08-06 06:27:32 +00:00
wump Move a badly positioned parenthesis that caused nonsensical movement 2018-12-20 09:55:44 +00:00
Makefile
Makefile.inc