UNPKG

stan-mastermind

Version:

[![Integration tests](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml/badge.svg)](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml)

4 lines 145 B
const PER_TURN_GAME_DURATION = 10; const MAX_ATTEMPTS = 7; export { PER_TURN_GAME_DURATION, MAX_ATTEMPTS }; //# sourceMappingURL=constants.js.map