An open API service indexing awesome lists of open source software.

https://github.com/eggplantbren/testmatch


https://github.com/eggplantbren/testmatch

cricket cricket-prediction simulation

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# TestMatch

Simulating test cricket. If I finish this, I hope it will be better than my old Java one from undergraduate days, and its parameters will be compatible with [Ollie](http://www.oliverstevenson.co.nz)'s thesis work.

(c) 2019 Brendon J. Brewer.

LICENSE: MIT.

# Instructions

1) Have [Stack](https://docs.haskellstack.org/en/stable/README/).
2) Clone this repo
3) Do this

```
cd TestMatch
stack build
stack exec Main
```