https://github.com/eggplantbren/testmatch
https://github.com/eggplantbren/testmatch
cricket cricket-prediction simulation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggplantbren/testmatch
- Owner: eggplantbren
- License: mit
- Created: 2019-07-25T07:57:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T03:30:47.000Z (about 6 years ago)
- Last Synced: 2025-01-30T06:11:41.309Z (9 months ago)
- Topics: cricket, cricket-prediction, simulation
- Language: Haskell
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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
```