Skip to content

unclebob/mastermindclj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mastermind

This project is used in Clean Code E54 on cleancoders.com.

It plays the old logic game called "Master Mind".


The project uses Midje.

How to run the tests

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.

About

Master Mind in Clojure for Clean Code Functional series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published