dmsoares / guess-a-number

A simple, quick attempt at creating a "Guess a number!" game simulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess a Number!

Description

This is a simple, quick take at creating a noninteractive Guess a Number clone in Haskell. It will also probably be a sort of playground for experimenting as I continue to learn more about Haskell and functional programming.

Installation

Have GHC and Stack (or maybe Cabal?) installed in your system. GHCup is a simple, straightforward way of doing it.

Building the project

Just clone this repo and run stack build in its root directory.

Running

To see it in action, you can use Stack as well and do stack exec guess-a-number or run the executable directly.

What if it doesn't work?

Just let me know by opening an issue!

About

A simple, quick attempt at creating a "Guess a number!" game simulator.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%