bch29 / robo-monad

Heavily inspired by RoboCode. Program robots in Haskell and watch them fight.
GNU General Public License v3.0
15 stars 2 forks source link

Rework main engine to use pipes #2

Closed bch29 closed 8 years ago

bch29 commented 8 years ago

This brings significant performance gains as well as decoupling timing and event handling logic from the main thread.