summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2023-07-01tetris(6): Support the informal standard of allowing setting NO_COLORnia
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-01fix various typos in comments.andvar
2023-06-01add 2004's "@" definition.mrg
2023-05-28add a fortunedholland
2023-05-12When using -H, make the appearance of the worm head depend upon the bodykre
2023-05-10cgram: replace comments with coderillig
2023-05-09Handle OpenSSL-3.xchristos
2023-04-26Add a little optional colour, optionally distinguish worm heads,kre
2023-04-19Another err message typo! (found this one myself!!)kre
2023-04-19Typo in an error message (pointed out by RVP; Thanks)kre
2023-04-18Correct some unfortunate behaviour in extreme cases pointed out by RVP.kre
2023-04-15When worms default delay was changed from 0, to 20ms (Oct 2020)kre
2023-04-1580 column police.kre
2023-04-15Garbage collect "char *mp" - it used to point at memory malloc()'dkre
2023-01-22quiz: fix wrong usage of the <ctype.h> functionsrillig
2023-01-06Define yes as extern veriable to fix buildryoon
2023-01-06PR/57164: Greywolf: Add -y to cribbage to keep playing without askingchristos
2022-10-25-h doesn't sort numerically, pointed out by variousnia
2022-10-25various tips/simplifications from UnitedBSDnia
2022-09-09fortunes: add somethingdholland
2022-08-26fortunes: add somethingdholland
2022-08-19ching(6): Fix formatting. .Pp is not .bruwe
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-06-28fix references in manual pages to the reference documentationrillig
2022-06-27fix various typos in comments.andvar
2022-06-27Enable FANCY mode for debugging purposes:christos
2022-06-19gomoku: remove redundant parenthesesrillig
2022-06-19gomoku: reduce usage of magic numbers in the coderillig
2022-06-12cgram: allow cursor navigation with KEY_BEG as wellrillig
2022-05-31Elide vax breakagechristos
2022-05-29gomoku: clean up variable names, add empty linesrillig
2022-05-29gomoku: clean up color handling in 'pickmove'rillig
2022-05-29gomoku: clean up 'pickmove' stylisticallyrillig
2022-05-29gomoku: migrate remaining functions to type player_colorrillig
2022-05-29gomoku: make parsing of the debug command 'o' robustrillig
2022-05-29gomoku: clean up overlap info in 'checkframes'rillig
2022-05-29gomoku: do not scan the upper border for combosrillig
2022-05-29gomoku: refine the type of some functions and variablesrillig
2022-05-29gomoku: when starting a new game, start in the middle of the boardrillig
2022-05-29gomoku: after accepting a spot via the mouse, clear current coordinaterillig
2022-05-29gomoku: add type player_colorrillig
2022-05-29gomoku: use unsigned integers for bit setsrillig
2022-05-29gomoku: provide a more gentle introduction to the coderillig
2022-05-29gomoku: don't use 'i' as special-purpose variable namerillig
2022-05-29gomoku: consistently name the offset of a spot in a frame 'off'rillig
2022-05-29gomoku: add data type for one of the 4 directions of a framerillig
2022-05-29gomoku: clean up four_in_a_rowrillig
2022-05-29gomoku: extract quick_check from scanframesrillig
2022-05-29gomoku: use proper types when indexing 'board' and 'frames'rillig