udovisdevoh / anticulture

Automatically exported from code.google.com/p/anticulture
0 stars 0 forks source link

AntiCulture.Soccer #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A soccer game where each participant codes his team's AI and make them
compete against other players.

A top-down viewed soccer field is coded with basic physics (player can't
walk through walls, soccer ball bounces on walls and slowly decelerates).
Two teams of a set number of players are created. Each team has a script
which defines the behaviour of its players based on a rigid set of inputs
and produces well-defined outputs :

Inputs :
* List of all players (Position/Velocity)
* Ball position/velocity
Outputs :
* Desired player position (the player will run towards it)

Once the game is started there is no more human interaction on the players,
the AI-controlled players will try to score as much points as possible
against the opposing team. The players must respect a set of simplified
soccer rules.

Original issue reported on code.google.com by tristanl...@gmail.com on 9 Feb 2008 at 3:05