https://github.com/KarbonKitty/sheep-incremental
Early version of an incremental game about sheep, flint gathering and world conquest.
https://github.com/KarbonKitty/sheep-incremental
incremental-game sheep
Last synced: about 1 month ago
JSON representation
Early version of an incremental game about sheep, flint gathering and world conquest.
- Host: GitHub
- URL: https://github.com/KarbonKitty/sheep-incremental
- Owner: KarbonKitty
- Created: 2018-04-13T07:41:41.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-07T02:21:12.000Z (over 2 years ago)
- Last Synced: 2023-03-05T16:27:22.243Z (about 2 years ago)
- Topics: incremental-game, sheep
- Language: TypeScript
- Homepage: https://karbonkitty.github.io/sheep-incremental
- Size: 3.07 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sheep Incremental
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).