Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 410 Bytes

FunkyChess

A chess game in haskell! by Joakim Anderlind and Lukas Andersson

install: run stack build

Two player mode: stack exec TwoPlayer-exe

vsAI mode : stack exec AI-exe

this game requires an unicode compatible terminal. Tested with rxvt-unicode on arch-linux.

to use on windows, remove comments in package.yaml and in both main.hs in AI and TwoPlayer spacing issuse are known on windows be warned.