This is game for Elm Game Jam #4 — Animals/Nature contest.
The rules are simple, on each level you've got presented cow that belongs to you and then you have to find it among the other cows.
If you have Node, just install the dependencies:
npm i
Start script will launch hot-reloading development server.
npm start
Build location is ./dist
directory.
npm run build