View on GitHub

Agent vs. Agent

download .ZIPdownload .TGZ

Agent vs. Agent

Agent vs. Agent is intended to be a collection of simple games that can be played by computer programs developed by people of various levels of experience. Agent vs. Agent targets small groups of people, and attempts to provide the tools necessary to conduct competitive agent vs agent combat. The ultimate goal is to help facilitate learning, whether that be through exploring new languages, learning new concepts, or smashing your co-workers egos.

Current games

Build Status

This is an alpha release

Goals

Installation

Starting an agent

Tips

Your first hearts agent

Simple heuristics should make a hearts agent very competitive. The sample agents already provide a list of cards that are valid to play, and then they choose from that list randomly.

From there, you should be able to code against other scenarios as you observe the behaviors of your agent while playing against it in the web UI.

Potential game ideas

Contributing

Mac OSX installation instructions:

The command make setup has a more complete setup, including thrift

In need of

Sample agents for languages

Known major issues

Changelog

0.0.16

0.0.15

0.0.14

0.0.12

0.0.11

0.0.10

0.0.9

0.0.6

Credits