About

Metadata

  • Last updated , by SusumuKatayama
  • License BSD-3-Clause
  • Categories Game Development
  • Maintained by: Susumu Katayama <skata@cs.miyazaki-u.ac.jp>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    server (off by default)

    Build the server program and library in addition to the minimal library.

    snap (off by default)

    Use Snap instead of runServer.

    warp (on by default)

    Use Warp instead of runServer.

    official (off by default)

    The client connects to the official server URI instead of localhost.

    th (on by default)

    Use template-haskell just for obtaining the compilation time.

    jsaddle (off by default)

    Quickbuild all-in-one server, using JSaddle. (Package miso must have been built with --flags="jsaddle".)

    examples (on by default)

    Include example strategies in the library.

    mhlmc (off by default)

    Include strategies using MagicHaskeller. (Patched version of MagicHaskeller is recommended.)

    miso1710 (on by default)

    Avoid using miso>=1.8.* when building with GHCJS, because those versions do not work with Konqueror or Falkon.

    debug (off by default)

    debug flag

Readme