corewar / corewar

Typescript implementation of red code parser and core simulator for the classic game Corewar
MIT License
44 stars 3 forks source link

Match result #188

Closed gareththegeek closed 6 years ago

gareththegeek commented 6 years ago

MatchRunner now returns and publishes IMatchResult at the end of the match.

IMatchResult contains won/drawn/lost and points given/taken for each warrior.

Addresses #186