Skip to content

Instantly share code, notes, and snippets.

@u6f6o
Last active March 16, 2016 20:31
Show Gist options
  • Select an option

  • Save u6f6o/502d0140fa7295f2cb70 to your computer and use it in GitHub Desktop.

Select an option

Save u6f6o/502d0140fa7295f2cb70 to your computer and use it in GitHub Desktop.
(defn- init-game
[board start-idx]
(explore-cell
(-> (place-mines board start-idx)
(place-warnings))
start-idx))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment