Overview How to Install From Sources Options How to play Authors Contacts Sources@Github

Packages for popular Linux distributions

macOS

Install curseofwar (ncurses version) via Homebrew

$ brew install curseofwar

Build from sources

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.

With CMake

If you like, you can build the game using CMake, see details in COMPILE-WITH-CMAKE.

Windows

Download compiled game zip link.

Alternatively, you can build from sources: Read how to build & install the game.