Skip to content

antonini3/python-ggp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright 2008, Greg Kuhlmann <greg.kuhlmann@gmail.com>,
Peter Stone <pstone@cs.utexas.edu>
Free to modify and distribute if original copyright
notice is included.

Dependencies:
  Python: >= 2.6
  SWI-Prolog: install from source
    (Tested with v6.0.2 for x86_64-linux)

To build:
  make

  (If it succeeds, you will see a pyswipl.so file created.)

To run a simple offline match:
  ./offlineplay games/blocks.kif

To run a match with two clients using the test gamemaster:
  1st terminal: ./gameplayer -p 5600
  2nd terminal: ./gameplayer -p 5601
  3rd terminal: ./gamemaster games/ttt.kif 30 15 localhost 5600 localhost 5601


About

Automatically exported from code.google.com/p/python-ggp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published