Model-Driven Chess engine built with Viatra's DSE framework using Java Swing GUI. The user can play against the engine that makes the best possible move.
Engine uses design space exploration to look for possible states with DFS algorithm.
First of all make sure Viatra framework is installed.
-
Clone or download the repository:
$ git clone https://github.com/adamkenyeres/Chess.git $ run application as java application from Eclipse.