Started few weeks ago with my
friend a small Scala project called Botball. We wanted to create something simple to study the
Akka framework. The idea is to simulate small bots playing a ball game. The thinking was that this is something that can be nicely over-engineered to use Actors :) .
As any good project the start went mostly to sync what has happen in the real life. However, last week I have had some time to spend. The basic structure starts to be implemented. Next step would be to implement the actual game simulation.
Source code can be found from
github.