1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
tedu 6e5a188a92 improve ship placement interface. per the instructions, 2468 should work,
but the first loop didn't allow them. also allow arrow keys to work, since
they work in other modes.
2015-02-18 23:41:31 +00:00
..
adventure adventure requires deterministic random for its internal data 2014-12-31 15:45:57 +00:00
arithmetic replace srandomdev()+random() with the arc4random*() family 2013-08-29 20:22:09 +00:00
atc convert calloc/realloc pairs to reallocarray 2015-02-18 22:33:51 +00:00
backgammon Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, 2014-11-16 04:49:48 +00:00
banner the stem of the b was not descending all the way to the baseline. 2015-02-10 13:50:58 +00:00
battlestar Mark up email addresses semantically with Mt. 2015-02-17 16:29:16 +00:00
bcd minor tweaks and add HISTORY; ok jmc@ 2014-11-20 01:35:47 +00:00
boggle Stop people from cheating. Especially those that believe in FIPS, they 2014-12-04 06:12:33 +00:00
bs improve ship placement interface. per the instructions, 2468 should work, 2015-02-18 23:41:31 +00:00
caesar remove .Tn; from Jan Stary <hans at stare dot cz> 2015-01-15 19:06:31 +00:00
canfield the man page says it is impossible to cheat, but since the shuffle is 2014-11-03 19:18:16 +00:00
cribbage Don't abuse Aq for arguments, and use a prettier escape for dashes. 2015-02-18 02:16:59 +00:00
factor In roff, the escape sequence \: is an optional line break, 2011-01-24 00:42:44 +00:00
fish no reason for magic numbers to be octal. just drop the leading 0. 2015-02-18 23:20:45 +00:00
fortune Fix small typo found when testing tedu@'s fortune -o -m change. 2015-02-06 20:00:55 +00:00
gomoku the debug / SVR4 chunk has been busted for a while. interesting. 2014-12-07 19:56:19 +00:00
grdc Bugfix: run for the specified number of seconds as described in the manual, 2014-11-19 03:27:45 +00:00
hack Make some $OpenBSD$ lines prettier/standardier by eliminating 2015-01-19 15:30:52 +00:00
hangman allow ctrl-d to quit after a game as well 2015-02-07 03:32:05 +00:00
hunt We don't need no stinkin' non-new-curses code. Also eliminates a 2014-11-19 18:55:09 +00:00
mille normalize formatting 2015-01-19 00:47:01 +00:00
monop spelling fix; from daria suchecka via krzystof warzecha 2014-12-28 21:07:41 +00:00
morse Split bcd(6), morse(6), and ppt(6) into three separate manuals 2014-11-07 22:17:49 +00:00
number rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
phantasia Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, 2014-11-16 04:49:48 +00:00
pig rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
pom remove superfluous bracket level from time representation. 2009-12-31 13:02:08 +00:00
ppt HISTORY and AUTHORS; ok pjanzen@ mickey@ 2014-11-18 02:25:12 +00:00
primes rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
quiz in the recent update of capitals, this critical file was forgotten 2014-12-03 00:04:54 +00:00
rain remove .Tn; from Jan Stary <hans at stare dot cz> 2015-01-15 19:06:31 +00:00
random rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
robots Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, 2014-11-16 04:49:48 +00:00
sail Even though not callable, "Ed" is a macro name, so for clarity, 2014-11-30 02:41:43 +00:00
snake Nuke some obvious #include duplications. 2014-11-18 20:51:00 +00:00
tetris simplify poll() conversion. from patrick keshishian 2014-12-31 15:42:08 +00:00
trek For now, these games still contain deterministic randomization (for 2014-12-08 21:56:27 +00:00
wargames
worm select() to poll() conversions 2014-11-03 22:14:54 +00:00
worms don't cast function arguments; use reallocarray in one place 2015-02-18 23:16:08 +00:00
wump replace srandomdev()+random() with the arc4random*() family 2013-08-29 20:22:09 +00:00
Makefile
Makefile.inc