vue-shovel/README.md

32 lines
733 B
Markdown
Raw Normal View History

2018-04-21 20:02:21 +02:00
# building-game
> A blocky, side-scrolling, building and exploration game
2023-02-10 12:58:09 +01:00
This version of DIG! is reimplemented with Vue3 and Typescript. To see the old (and probably broken) version, check the vue2 branch.
2018-04-21 20:02:21 +02:00
## Build Setup
``` bash
# install dependencies
2023-02-10 12:58:09 +01:00
yarn
2018-04-21 20:02:21 +02:00
# serve with hot reload at localhost:8080
2023-02-10 12:58:09 +01:00
yarn dev
2018-04-21 20:02:21 +02:00
# build for production with minification
2023-02-10 12:58:09 +01:00
yarn build
2018-04-21 20:02:21 +02:00
```
2023-02-10 12:58:09 +01:00
2018-04-24 01:13:16 +02:00
## 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
2018-04-24 01:13:16 +02:00
and partially adapted to my needs.