summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* grdc(6): implement timeout with alarm(3)cheloha2020-06-061-11/+18
* grdc(6): miscellaneous style(9)cheloha2020-06-061-47/+48
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-144-11/+4
* a few depend:-related thingies that were still in.espie2019-12-211-2/+2
* fix gary zukav's "acceptance without proof" quote, which just appeared onjmc2019-09-272-2/+2
* Be more specific regarding which encoding this simulator generates:schwarze2019-09-081-5/+7
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-3/+3
* spelling fix and zap a stray line while here;jmc2019-08-222-3/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2823-68/+68
* Remove unused variables; no binary change.lteo2019-05-201-3/+3
* Unveil tetris.rob2019-05-183-14/+27
* patch from <tleguern at bouledef dot eu> to support backward rotation,schwarze2019-05-151-3/+5
* eaktway eviouspray;jmc2019-05-121-4/+5
* add an example to the man page. discovered by mlarkintedu2019-05-111-2/+5
* rm lists of hereditary wizards and bad users to ensure level playing fieldtedu2019-05-097-79/+16
* macro args and punctuation should be space spearated;jmc2019-04-081-3/+3
* Fix hack(6).bentley2019-04-056-39/+62
* g/c unused robots_roll file.tb2019-02-261-5/+1
* missing word found in my treeschwarze2019-02-061-3/+3
* give the fake latin proverb "per aspera ad astra" in the moreschwarze2019-02-031-1/+1
* printing the pinball bonus in the corner is confusing when you lose.tedu2019-01-201-2/+1
* remove some obsolete comments about deleted codetedu2019-01-201-43/+1
* quick fix to keep the cursor in the corner during space warp.tedu2019-01-201-1/+2
* if the snake ran over the money, print the treasure instead of empty.tedu2019-01-201-3/+7
* allow q to exit the program.tedu2019-01-062-6/+23
* convert to unsigned variables to avoid some overflows.tedu2018-12-271-9/+10
* Move a badly positioned parenthesis that caused nonsensical movementschwarze2018-12-201-3/+3
* More fixes from David Fifield:tb2018-10-161-44/+50
* Remove unused data table entries: 174 out of 9271 entries of the bitmaptb2018-10-161-948/+1047
* Fix fortune underlines and use the right number of underscores in Notes.bentley2018-09-152-4/+4
* During our refactor with tedu@ tb@ and myself we moved the score file to themestre2018-08-241-4/+1
* Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre2018-08-246-18/+29
* reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses amestre2018-08-231-1/+5
* reduce pledge(2) to "stdio tty" after ncurses initialization.mestre2018-08-231-1/+4
* The game is playable without the need to access any files therefore we canmestre2018-08-091-2/+2
* Drop "rpath" from pledge(2) after ncurses initialization.mestre2018-08-061-1/+5
* remove duplicate installation of the SIGINT handler;schwarze2018-08-051-2/+1
* Use a NUMKEYS macro instead of magic and use a more familiar idiomtb2018-04-251-6/+7
* slightly reduce the difficulty of the adventure game that is readingtedu2018-02-077-20/+27
* Fix table wrt missing element and `, detailed analysis and diff fromotto2018-01-231-18/+18
* apostrophe fix;jmc2018-01-121-1/+1
* Consolidate printf(3) calls at the end of main().cheloha2017-12-241-16/+29
* Use more libm.cheloha2017-12-241-18/+10
* As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha2017-12-231-9/+3
* The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMEtb2017-12-111-11/+8
* than -> thentb2017-11-251-1/+1
* Straightforward conversion to strtonum. Slight change of behavior in thattb2017-11-021-48/+13
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-271-2/+2
* typo: on -> oftb2017-08-151-1/+1
* replace gettimeofday with monotonic gettime. from Scott Chelohatedu2017-08-134-59/+45