Install curseofwar (ncurses version) via Homebrew
$ brew install curseofwar
It’s not hard to build the game from sources.
Ncurses version:
$ make
SDL version:
$ make SDL=yes
If it works, see detailed instructions how to build & install the game.
If you like, you can build the game using CMake, see details in COMPILE-WITH-CMAKE.
Download compiled game zip link.
Alternatively, you can build from sources: Read how to build & install the game.