Skip to content

cameronperera/Mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind in Haskell

Install Stack

You can download Stack here Stack is the package manager for Haskell projects (similar to npm for Node projects)

Project Setup

  • Clone repo
  • cd into mastermind_haskell/
  • Enter the following commands
    • Setup - stack setup
    • Build - stack build
    • Run - stack exec mastermind_haskell-exe
    • Test - stack test

Side note

This is a toy project so there is no input validation. Use lowercase for all inputs.

About

Mastermind written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published