Module rpsls_player

Rock Paper Scissors Lizzard Spock.

Copyright © 2012 Inaka Networks

This module defines the rpsls_player behaviour.
Required callback functions: init/0, play/2.

Authors: Fernando Benavides (fernando.benavides@inakanetworks.com).

Description

Rock Paper Scissors Lizzard Spock

Data Types

choice()

choice() = rock | paper | scissors | lizard | spock

history()

history() = [{You::choice(), Rival::choice()}]

state()

state() = term()


Generated by EDoc