/simon-hs

A simple version of the Simon game in Haskell using Gloss

Primary LanguageHaskellMIT LicenseMIT

Simon in Haskell

A simple version of the classic Simon game written in Haskell using the vector graphics library Gloss.

The intention of this project was to serve as a learning exercise for myself. It's my first project in Haskell, so the code is probably terrible.

Building and running

The project can be built and run using Stack. Here's how to get started:

  1. Clone the project and change to the project directory.
$ git clone https://github.com/gustavohb/simon.git
$ cd simon
  1. Build the project with stack.
$ stack build --install-ghc
  1. Run and play!
$ stack exec simon