https://github.com/reiddraper/crosscram-sample
https://github.com/reiddraper/crosscram-sample
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/reiddraper/crosscram-sample
- Owner: reiddraper
- Created: 2012-04-21T15:50:51.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-21T16:17:21.000Z (about 14 years ago)
- Last Synced: 2025-03-11T11:51:42.630Z (over 1 year ago)
- Language: Clojure
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crosscram-sample
## Usage
```shell
git clone git@github.com:reiddraper/crosscram-sample.git
cd crosscram-sample
# play 100 rounds
lein run 100
# Winner Stats: {:bot-a 10, :bot-b 90}
# now edit bot_a.clj and/or bot_b.clj
# to have new bots play against each other
## License
Copyright (C) 2012 FIXME
Distributed under the Eclipse Public License, the same as Clojure.