Skip to content
/ kchess Public

Chess written in functional way using Scala language

License

Notifications You must be signed in to change notification settings

krasun/kchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kchess

Build Status Coverage Status

Chess written in functional way using Scala language.

Screenshot

Packages:

  • kchess/app - is CLI application for playing chess;
  • kchess/chess - is pure chess API, chess domain, library;
  • kchess/ai - is simple chess "AI".

Credits:

  1. The source of architectural ideas is scalachess library.
  2. Guide to building a simple chess AI.