Working but unpolished refactor of bigwords().
This commit is contained in:
parent
73608b6307
commit
0e540429b0
4 changed files with 72 additions and 46 deletions
1
init.c
1
init.c
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue