aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Add chkl(6)Tom Ryder2017-01-021-0/+6
|
* Remove reserved wordTom Ryder2016-12-181-2/+2
|
* Add strik(6df)Tom Ryder2016-12-121-0/+64
|
* Add COOL->KRIEG to kvlt(6df)Tom Ryder2016-12-111-1/+2
|
* Golf/refactor drakon(1df) a bitTom Ryder2016-12-111-15/+8
|
* Tweaks to kvlt(6df)Tom Ryder2016-12-031-8/+9
|
* Separate var assigns in dr(6df) by lineTom Ryder2016-12-021-1/+3
| | | | | | | NetBSD and FreeBSD sh(1) doesn't seem to evaluate the assignments in order, so in this change, the "d" variable doesn't get assigned correctly. This makes sense as I don't think an evaluation order is specified anywhere. It's clearer anyway.
* Add aesth(6)Tom Ryder2016-11-181-0/+64
|
* Improve accuracy of drakon(6df)Tom Ryder2016-10-191-5/+9
| | | | | On closer inspection, it looks like an alternating upper-lower pattern for letter characters
* Remove executable bit from rot13.sed sourceTom Ryder2016-10-191-0/+0
|
* Initialise var in drakon(6df)Tom Ryder2016-10-191-0/+1
| | | | Prevent runaway strings
* Add drakon(6df)Tom Ryder2016-10-191-0/+15
|
* Add rot13(6df)Tom Ryder2016-09-091-0/+3
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-262-2/+2
| | | | This probably contains a few mistakes
* xyzzy(6) to print to stderrTom Ryder2016-08-251-1/+1
|
* Add xyzzy(6)Tom Ryder2016-08-251-0/+6
|
* Change rndn(6) to POSIX shTom Ryder2016-08-171-49/+33
|
* Change rule order in kvlt(6)Tom Ryder2016-08-151-3/+3
|
* Remove accidentally-committed built acq(6)Tom Ryder2016-08-081-3/+0
|
* Add acq(6)Tom Ryder2016-08-082-0/+5
|
* Add dr(6)Tom Ryder2016-08-031-0/+34
| | | | Tabletop dice rolling
* kvlt(6)/zs(6) get shebangs from shb(1) at buildTom Ryder2016-08-022-2/+0
|
* Remove poetry games tinkering scriptsTom Ryder2016-07-314-101/+0
| | | | Moving these into their own suite shortly
* Add rule for kvlt(6) to change numbers to 666Tom Ryder2016-07-281-0/+3
|
* Clean up and document syl(6)Tom Ryder2016-07-151-14/+67
|
* Add wrdl to gamesTom Ryder2016-07-081-0/+10
| | | | No manual page yet
* Incremental improvement to syl heuristicTom Ryder2016-07-081-1/+1
|
* Allow providing wordlist to hkuTom Ryder2016-07-081-2/+3
|
* Add wrds to gamesTom Ryder2016-07-081-0/+3
| | | | No manual page yet
* Add hku and syl to gamesTom Ryder2016-07-082-0/+34
| | | | Very ugly, and no manual pages yet.
* WAR->KRIEG in kvlt(6)Tom Ryder2016-07-061-0/+3
|
* Remove substitution from kvlt(6)Tom Ryder2016-07-061-3/+0
|
* Correct a word subtitution in kvlt(6)Tom Ryder2016-07-061-1/+1
|
* New word for kvlt(6)Tom Ryder2016-07-061-0/+1
|
* Truncate very long seedsTom Ryder2016-07-061-0/+3
|
* Another world for kvlt(6)Tom Ryder2016-07-061-0/+1
|
* Another word for kvlt(6)Tom Ryder2016-07-061-0/+1
|
* Add a few more words to kvlt(6)Tom Ryder2016-07-061-0/+6
|
* Run another kvlt(6) revampTom Ryder2016-07-061-8/+36
| | | | I'm having a lot of fun with this.
* Don't change ch- to kh-Tom Ryder2016-07-061-2/+2
|
* Move translations to endTom Ryder2016-07-061-3/+3
|
* Rewrite of kvlt(6)Tom Ryder2016-07-061-12/+33
| | | | | | | | | | | | | | It turns out GNU sed doesn't support POSIX word boundaries [[:<:]],[[:>:]]. This leaves me with no compatible way to denote a word boundary. I shouldn't really be surprised. I've worked around this by padding the start and end of each line with a tilde, and then removing it again at the end of the script, which is not great but will have to do. It's preferable to having two-three versions of each of the word-boundary rules to support ^ and $ anchoring. This is probably the weirdest way anyone has ever learned sed.
* Correct substitution errorTom Ryder2016-07-051-1/+1
|
* Translate chars instead of substitutingTom Ryder2016-07-051-3/+1
|
* Switch kvlt(6) back to two phases of processingTom Ryder2016-07-051-1/+4
|
* Implement kvlt(6) in pure sedTom Ryder2016-07-041-8/+2
|
* Let aaf(6) commands fail explicitlyTom Ryder2016-07-041-2/+0
|
* Add aaf(6)Tom Ryder2016-07-041-0/+5
|
* Add a couple of translations to kvlt(6)Tom Ryder2016-07-041-0/+3
|
* Prevent zs(6) from making "zs" into "zzs"Tom Ryder2016-07-041-3/+6
|