Go to file
Zorchenhimer 92e3a5aeb0
Randomize all the options if omitted
If an option for a pronoun, verb, noun, or noun_phrase is omitted it
will be randomized.
2021-02-21 20:07:42 -05:00
api Initial commit 2021-02-13 11:39:05 -05:00
cmd Rename generic.go to english.go 2021-02-17 09:17:04 -05:00
database Start implementing format sentences 2021-02-17 18:07:23 -05:00
frontend Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
models Add note about irregular nouns not being implemented 2021-02-20 21:17:12 -05:00
.gitignore Initial commit 2021-02-13 11:39:05 -05:00
LICENSE.md Add MIT license 2021-02-13 12:05:28 -05:00
Makefile Fix makefile 2021-02-14 18:25:42 -05:00
english.go Randomize all the options if omitted 2021-02-21 20:07:42 -05:00
go.mod Initial commit 2021-02-13 11:39:05 -05:00
go.sum Initial commit 2021-02-13 11:39:05 -05:00
hacker.go Start implementing format sentences 2021-02-17 18:07:23 -05:00
word_lists.json Implement consumeNewWord() 2021-02-20 21:35:26 -05:00