I recently finished a series of posts that described how I set up an acceptance testing framework for my robocode robot which I have yet to write the real implementation code for.
A new series is on the way and this post serves as an index to this new series:
- the first steps toward a working robot
- writing the statistics file
- working with robocode and the rx framework
- hooking up the engine to my robocode robot
- using IObservable<<IEvent<T>> with robocode
- making the robocode robot work
- identifying why the robot doesn't fire
- robocode and domain driven design
- moving to a robocode world state
- publishing the world state
- the robocode decision context
- updating the robocode contexts when the world state updates
- the decision context translator for robocode
- integrating translators to the robocode engine
- acceptance, more debugging and head scratching
- the structure of my robocode implementation
- revisiting robocode state with generics
- the generic state keeper and the observer
- making manipulation possible for my robocode implementation
- manipulating the robocode robot
- verifying my robot manipulation
1 comments: