Skip to content

xsf72006/haskell-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Sudoku Game based on Haskell

Installation(Ubuntu 16.04 LTS)

  • Install Haskell Platform
sudo apt-get install haskell-platform
  • Install Haste Compiler
cabal update
cabal install haste-compiler
haste-boot
  • Compile Haskell File
cd <path-to-project>/Src/
hastec Sudoku.hs
  • Run index.html

Reference

Sudoku Sover Algorithm:

  • Bird R. Functional pearl: A program to solve sudoku[J]. Journal of Functional Programming, 2006, 16(06): 671-679. [pdf]

Haste GUI reference: https://github.com/emilv/sudoku/

About

Simple Sudoku Game based on Haskell

Resources

License

Stars

Watchers

Forks