Skip to content

ronka/mancala-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start up screen

Mancala Game Powered By Prolog Engine

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.

How to setup

npm run project:setup

Run project

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

how to play