aboutsummaryrefslogtreecommitdiff
path: root/talk.c
Commit message (Collapse)AuthorAgeFilesLines
* Implements a basic candy heart modeJoseph Hunkeler2022-02-091-0/+24
|
* Disable formatted acronyms (again). Not quite up to snuff.Joseph Hunkeler2021-12-061-7/+11
|
* Add DEFAULT_FORMAT defineJoseph Hunkeler2021-12-061-1/+2
|
* Improvements, and heavy optimization to string searchJoseph Hunkeler2021-12-051-42/+119
| | | | | | | | | * Add error checking to all allocs * Add general format checking * Add acronym format checking * Consolidate dictionary creation into different helper functions * Add ability to get a random word of a type without scanning the entire dictionary * Added function doc strings (incomplete)
* Break down project into smaller chunksJoseph Hunkeler2021-11-021-0/+110