From f1197be1867385a98d545f37c21235dfe7985f18 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 12 Oct 2019 12:59:42 -0400 Subject: Allow specifying seed on startup Allow specifying the seed for the game's global RNG on startup, and print the seed when the game exits. This'll allow us to more reliably reproduce bugs - yay! --- src/Xanthous/Game.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Xanthous/Game.hs') diff --git a/src/Xanthous/Game.hs b/src/Xanthous/Game.hs index 0ab5425a04f4..bbcf19ede4af 100644 --- a/src/Xanthous/Game.hs +++ b/src/Xanthous/Game.hs @@ -8,6 +8,7 @@ module Xanthous.Game , GamePromptState(..) , getInitialState + , initialStateFromSeed , positionedCharacter , character -- cgit 1.4.1