Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Jigsaw Sudoku Game in Haskell

License

NotificationsYou must be signed in to change notification settings

patrickpang/jigsaw-sudoku

Repository files navigation

Jigsaw Sudoku written in Haskell

Installation

Prerequisites

Make sureOpenGL andGLUT are installed.

  • Windows & Mac: no installation required
  • Linux:sudo apt-get install build-essential libglu1-mesa-dev freeglut3-dev mesa-common-dev

Precompiled binaries

You are recommended to download binaries for 64-bit Windows, Mac, Linux inReleases

Build from source

You can also build the game from source with a properstack installation. The compilation process can take a long time.

  1. git clone https://github.com/patrickpang/jigsaw-sudoku.git
  2. cd jigsaw-sudoku
  3. stack setup
  4. stack build
  5. stack exec jigsaw-sudoku-exe

Metrics

scc . --exclude-dir maps

───────────────────────────────────────────────────────────────────────────────Language                 Files     Lines   Blanks  Comments     Code Complexity───────────────────────────────────────────────────────────────────────────────Haskell                     14       654      123        31      500         54Plain Text                   3        38        8         0       30          0Markdown                     2        52       14         0       38          0YAML                         2       123       11        61       51          0License                      1        30        6         0       24          0gitignore                    1         3        0         0        3          0───────────────────────────────────────────────────────────────────────────────Total                       23       900      162        92      646         54───────────────────────────────────────────────────────────────────────────────Estimated Cost to Develop $17,074Estimated Schedule Effort 3.267231 monthsEstimated People Required 0.619034───────────────────────────────────────────────────────────────────────────────

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp