Skip to content

tonywu95/python-ggp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-GGP

Python framework for General Game Playing.

Python code developed in the course of Gregory Kuhlmann's dissertation work at the University of Texas at Austin. Imported from SVN hosted on Googlecode.

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

General Game Playing (GGP) framework in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • C 3.8%
  • Makefile 0.5%