vue-shovel/README.md
2023-02-10 12:58:09 +01:00

31 lines
733 B
Markdown

# building-game
> A blocky, side-scrolling, building and exploration game
This version of DIG! is reimplemented with Vue3 and Typescript. To see the old (and probably broken) version, check the vue2 branch.
## Build Setup
``` bash
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
```
## Credits
Textures all from [OpenGameArt](https://opengameart.org/). More specifically:
* https://opengameart.org/content/nature-tileset
* https://opengameart.org/content/platform-tileset-nature
* https://opengameart.org/content/cave-tileset-2
* https://opengameart.org/content/monsterboy-in-wonder-world-mockup-assets
and partially adapted to my needs.