Mancala game powered by react for gui, express for server side and prolog for the engine.
The project requires you to have swi-prolog installed and have swipl
in PATH.
npm run project:setup
The GUI and the server are two different server, inorder to get them up and running you will need to run the following commands in different terminals.
npm run project:start:server
npm run project:start:gui