/Haskelloids

Haskelloids: A reproduction of the Atari 1979 classic "Asteroids"

Primary LanguageHaskellOtherNOASSERTION

Installation

  1. Download and install stack from https://www.haskellstack.org.

  2. Clone the project and change to the project directory.

$ git clone git@github.com:keera-studios/Haskelloids.git
$ cd Haskelloids
  1. Build the project with stack.

$ stack build

  1. Run and enjoy playing!

$ stack exec Haskelloids