/ms-hackman-haskell-starter

Haskell starter bot for Ms. Hack-Man competition (https://booking.riddles.io/competitions/ms.-hack-man/)

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Haskell bot for Ms. Hackman

Prerequisites

  • Download Stack
  • Run stack setup in project directory

To build

Run stack build

To submit

Run stack exec ms-hackman-pack and then submit generated file (bot.zip)

To hack

Implement your bot logic in function action (Move.hs)