Awesome
is-it-my-cow
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.
Project setup
If you have Node, just install the dependencies:
npm i
Development
Start script will launch hot-reloading development server.
npm start
Build
Build location is ./dist
directory.
npm run build