About
Haskelloids is a Haskell implementation of an Asteroids-style game, built and run using the Stack toolchain; the README covers only installation, with no further description of features or gameplay scope.
Getting started
Install Haskell's Stack build tool, then build the project with `stack build` and run it with `stack exec Haskelloids`.