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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T17:58:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T13:43:53.614Z (4 months ago)
- Topics: animal-crossing-new-horizons, clojure, datomic
- Language: Clojure
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- 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/proRun `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.