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
|
|
|
|
|
2023-02-13 18:59:51 +01:00
|
|
|
Art, Music and all from [OpenGameArt](https://opengameart.org/). More specifically:
|
2018-04-24 01:13:16 +02:00
|
|
|
|
2023-02-13 18:59:51 +01:00
|
|
|
* 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
|
2018-04-24 01:13:16 +02:00
|
|
|
|
|
|
|
and partially adapted to my needs.
|