PyRisk

Python Risk engine with assorted player interfaces
Download

PyRisk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • W. Trevor King
  • Publisher web site:
  • http://www.physics.drexel.edu/~wking/

PyRisk Tags


PyRisk Description

Python Risk engine with assorted player interfaces PyRisk is a Python engine and interface for building games similar to the 1957 La ConquĂȘte du Monde by Albert Lamorisse (of "Le Ballon rouge / The Red Balloon" fame). The game is perhaps better known as Risk, and is produced by Parker Brothers (now a division of Hasbro).Benefits over other open source implementations:- simple, extensible implementation- play-by-emailGetting PyRiskPyRisk is available as a Git repository:git clone http://www.physics.drexel.edu/~wking/code/git/pyrisk.gitThe most recent commit is also available as a gzipped tarball at:http://www.physics.drexel.edu/~wking/code/tar/pyrisk.tgzOnce you get the source, installation is via Docutils:pyrisk$ python setup.py buildpyrisk$ python setup.py installGetting startedTo setup play-by-email, you'll have to have some method to redirect appropriate messages into a named pipe. With procmail, that will look something like::0* ^Subject:.*\e = Engine(world, players)e.run()ied.close() Requirements: · Python


PyRisk Related Software