https://github.com/calvis/acnh-flowers
using Clojure/Datomic to add color to my island
https://github.com/calvis/acnh-flowers
animal-crossing-new-horizons clojure datomic
Last synced: 11 months ago
JSON representation
using Clojure/Datomic to add color to my island
- Host: GitHub
- URL: https://github.com/calvis/acnh-flowers
- Owner: calvis
- License: mit
- Created: 2020-05-14T20:49:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T17:58:09.000Z (about 6 years ago)
- Last Synced: 2025-03-26T12:47:18.444Z (about 1 year ago)
- Topics: animal-crossing-new-horizons, clojure, datomic
- Language: Clojure
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Animal Crossing New Horizons: Flower Breeding
Toy project that generates valid breeding strategies for hybrids.
See the [build-tree tests](https://github.com/calvis/acnh-flowers/blob/master/test/acnh/flowers_test.clj#L97)
for sample usage.
### Setup
This assumes you have a Datomic account, at least Starter edition, and
have installed Datomic Pro https://my.datomic.com/downloads/pro
Run `boot test` to test.
### Resources
The raw flower information in this repo is largely borrowed from the
ACNH community, nameley [ACNH Flower
Research](https://docs.google.com/spreadsheets/d/1rbYbQ0i3SuTu30KTma5dO4uuJWr_SjOZXA1l4UOIHWo/edit#gid=528655130),
and the simplified [From Seed to Sprout](https://imgur.com/a/Dy4wHXc)
method.