32 lines
714 B
Markdown
32 lines
714 B
Markdown
# Vue Shovel
|
|
|
|
> A blocky, side-scrolling, building and exploration game ...phew, what a pile of words.
|
|
|
|
This is Vue Shovel, a complete rewrite of DIG! in Typescript, with Vue3.
|
|
|
|
## Build Setup
|
|
|
|
```bash
|
|
# install dependencies
|
|
pnpm
|
|
|
|
# serve with hot reload at localhost:5173
|
|
pnpm dev
|
|
|
|
# build for production with minification
|
|
pnpm build
|
|
|
|
# the production build can be run locally with
|
|
pnpm preview
|
|
```
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
Art, Music and all from [OpenGameArt](https://opengameart.org/). More specifically:
|
|
|
|
* https://opengameart.org/content/voxel-pack (Kenneys Game Art is just incredible!)
|
|
* https://opengameart.org/content/oves-essential-game-audio-pack-collection-160-files-updated
|
|
|
|
and partially adapted to my needs.
|