Podball is a futuristic ball game simulation and programming contest.
Two teams compete against each other in a rectangular arena, trying to kick a ball into the other teams goal to score points. Much like soccer or ice hockey. Each player of a team is called a pod, hence the name of the project. The pods and ball are circular objects that can move in any direction on the plane but are subject to inertia and friction.
But what is more important than the game itself is the way the teams are controlled: Teams are controlled by program modules that are up to you to conceive and develop! That is the programming contest part of Podball.
Podball specifies a simple interface to which client code can connect to control the behavior of a team of pods on the field.
Features
- Ball game simulation
- Programming contest
- Multi-platform
- Open source