Skip to content

A simple guessing game, written collaboratively to build familiarity with clojure

Notifications You must be signed in to change notification settings

aperiodic/guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

guessing-game

Guess the number that the computer's thinking of!

From the command line:

lein run

From the REPL:

(require '[guessing-game.core :refer [new-game]])

(let [lo 0
      hi 100
      rounds 7]
  (new-game lo hi rounds))

About

A simple guessing game, written collaboratively to build familiarity with clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published