Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 759 Bytes

README.markdown

File metadata and controls

19 lines (15 loc) · 759 Bytes

planet-wars-haskell

Unofficial Haskell starter package for the google ai contest.

Usage

The PlanetWars module contains a small library to build your bot on. The Main module contains a simple example bot, based on the example in the C++ starter package.

You should change the Main module to your liking. If you make any improvements to the PlanetWars module, I would appreciate if you have me pull your changes, so everyone can benefit from your improvements -- after all, we're trying to get the Haskell bots as high as possible in the ranking, right?