https://github.com/vviktorpl/is-it-my-cow
https://github.com/vviktorpl/is-it-my-cow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vviktorpl/is-it-my-cow
- Owner: vViktorPL
- Created: 2020-05-10T18:51:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:10:58.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:25:42.800Z (4 months ago)
- Language: Elm
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# is-it-my-cow

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
```