You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11beffc537 | 5 months ago | |
---|---|---|
dist | 2 years ago | |
foo | 2 years ago | |
public | 2 years ago | |
src | 1 year ago | |
.editorconfig | 6 years ago | |
.eslintrc.cjs | 2 years ago | |
.gitignore | 2 years ago | |
.prettierrc | 2 years ago | |
README.md | 2 years ago | |
env.d.ts | 2 years ago | |
index.html | 2 years ago | |
package.json | 5 months ago | |
simplex.html | 2 years ago | |
tsconfig.json | 5 months ago | |
tsconfig.node.json | 2 years ago | |
vite.config.ts | 2 years ago | |
yarn.lock | 5 months ago |
README.md
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
# 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. 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.