29 lines
686 B
Markdown
29 lines
686 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
|
|
|
|
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.
|