Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 389 Bytes

loveletter_py

A simple API to create agents and simulate a game of loveletter

Usage

Create an agent or agents using the ApplicationInterface metaclass.
Pit those agents against each other by running run_game from run_game.py, providing a list of those agents

Constraints

to run a game you must provide between 2 and 4 agents inclusive API is threadsafe