A blocky, side-scrolling game made with Vuejs
.vscode | ||
public | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.json | ||
env.d.ts | ||
eslint.config.ts | ||
index.html | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
tsconfig.vitest.json | ||
vite.config.ts | ||
vitest.config.ts |
Vue Shovel
A blocky, side-scrolling, building and exploration game ...phew, what a pile of words.
This is Vue Shovel, a complete rewrite of DIG! in Typescript, with Vue3.
Build Setup
# install dependencies
pnpm
# serve with hot reload at localhost:5173
pnpm dev
# build for production with minification
pnpm build
# the production build can be run locally with
pnpm preview
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.