Posted November 05, 2024 by Tewesday
Today I forked WASM-4's official repo and added a timestamp variable that stores the unix timestamp for each time WASM-4 (or Rock Slide Snake) is started. Now Rock Slide Snake can use this new timestamp as a seed for random number generation to enable each run to be a completely different experience. Before this addition, you would see the same outcome for the first Easy level no matter when you started playing the game.