Skip to content

Draughts in erlang with concurrent minimax algorithm implementation

Notifications You must be signed in to change notification settings

oszust002/draughts-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Draughts in erlang

How to run:

Run erlang REPL in distributed node:

erl -sname p1

Now compile module 'main':

c(main).

And now run draughts in one of 2 possible modes:

  • Player vs CPU:
main:start(white).

or

main:start(black).
  • CPU vs CPU:
main:fullAutoPlay().

Moves are in PGN notation.

About

Draughts in erlang with concurrent minimax algorithm implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages