Skip to content

Instantly share code, notes, and snippets.

@mheinzel
mheinzel / TestBotListAllMoves.hs
Last active January 29, 2016 12:31 — forked from lksnmnn/FENBoard_Moves.hs
Chess: FEN-Boards and possible moves
----------------------------------------------------------------------------
-- Test für die Funktion botListAllMoves :: String -> String -> [String]
--
-- Lizenz: MIT
-- Berlin, 25.01.2016
----------------------------------------------------------------------------
import Data.List (sort)
import ChessBot (botListAllMoves)