Working but unpolished refactor of bigwords().

This commit is contained in:
Jason S. Ninneman 2017-07-05 11:28:15 -07:00
parent 73608b6307
commit 0e540429b0
4 changed files with 72 additions and 46 deletions

1
init.c
View file

@ -36,6 +36,7 @@ struct game_t game = {
.newloc = LOC_START,
.loc = LOC_START,
.limit = GAMELIMIT,
.foobar = WORD_EMPTY,
/* Initialize our LCG PRNG with parameters tested against
* Knuth vol. 2. by the original authors */