Difference between revisions of "Prisoner's Dilemma"

From gdp3
Jump to: navigation, search
(Created page with "Category:Games Category:Programming Games Category:Needs work Category:Game Stub == Brief == While typically used as a theoretical model for human behavior rathe...")
 
 
Line 3: Line 3:
 
[[Category:Needs work]]
 
[[Category:Needs work]]
 
[[Category:Game Stub]]
 
[[Category:Game Stub]]
 
 
== Brief ==
 
== Brief ==
While typically used as a theoretical model for human behavior rather than a game, [[Meta Games]] have been built around the [[Prisoner's Dilemma]] where the challenge is to create good programs or algorithms that can win against other programs and algorithms. For more information, see the Wikipedia entry<ref name="wiki"/>.
+
While typically used as a theoretical model for human behavior rather than a game, [[Meta Games]] have been built around the [[Prisoner's Dilemma]] where the challenge is to create good programs or algorithms that can win against other programs and algorithms. Since these [[Meta Games]] have no name, this entry is listed as a [[:Category:Programming Games|Programming Game]] and the gameplay design patterns listed here refer to the [[Meta Games]].
 +
 
 +
For more information, see the Wikipedia entry<ref name="wiki"/>.
  
 
=== Main Gameplay Design Patterns ===
 
=== Main Gameplay Design Patterns ===
 +
[[AI Players]],
 +
[[Construction]]
  
 
== Gameplay ==
 
== Gameplay ==

Latest revision as of 21:47, 10 October 2011

Brief

While typically used as a theoretical model for human behavior rather than a game, Meta Games have been built around the Prisoner's Dilemma where the challenge is to create good programs or algorithms that can win against other programs and algorithms. Since these Meta Games have no name, this entry is listed as a Programming Game and the gameplay design patterns listed here refer to the Meta Games.

For more information, see the Wikipedia entry[1].

Main Gameplay Design Patterns

AI Players, Construction

Gameplay

Other Noteworthy Aspects

Developer

Publisher

References

  1. Wikipedia [1] entry for Prisoner's Dilemma.

Acknowledgments

-