We will solve bimaru puzzles!
Steps:
- Clone this repository (in the future you will have to merge this repo into your repo multiple times)
- Install GHCup
- Run
ghcup tui
and install:- GHC 8.10.7
- Recommended version of Stack
- Recommended version of HLS
- (Optional) Install VSCode with Haskell plugin
- Run
stack build
to see if everything works - Run
stack run -- $YOUR_TOKEN
play a game
Some other notes:
- On Windows you might need to install "Msys2"
- On Linux you might need to install "libtinfo-dev" and "zlib1g-dev"
- On Linux you might need to use
stack
with version suffix, e.g.stack-2.7.5
.