An open API service indexing awesome lists of open source software.

https://github.com/vviktorpl/is-it-my-cow


https://github.com/vviktorpl/is-it-my-cow

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# is-it-my-cow

![Cow head](assets/cowhead.svg)

This is game for [Elm Game Jam #4 — Animals/Nature](https://itch.io/jam/elm-game-jam-4) 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:

```bash
npm i
```

## Development

Start script will launch hot-reloading development server.

```bash
npm start
```

## Build

Build location is `./dist` directory.

```bash
npm run build
```