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.
The project can be built and run using Stack. Here's how to get started:
- Clone the project and change to the project directory.
$ git clone https://github.com/gustavohb/simon.git
$ cd simon
- Build the project with
stack
.
$ stack build --install-ghc
- Run and play!
$ stack exec simon