A blocky, side-scrolling game made with Vuejs
Find a file
2023-02-15 16:16:17 +01:00
dist first step towards complete rewrite 2023-02-10 12:58:09 +01:00
foo first step towards complete rewrite 2023-02-10 12:58:09 +01:00
public clean up unused assets, add block breaking graphic 2023-02-15 00:43:10 +01:00
src dig blocks, finally 2023-02-15 16:16:17 +01:00
.editorconfig Initial 2018-04-21 20:02:21 +02:00
.eslintrc.cjs first step towards complete rewrite 2023-02-10 12:58:09 +01:00
.gitignore first step towards complete rewrite 2023-02-10 12:58:09 +01:00
.prettierrc first step towards complete rewrite 2023-02-10 12:58:09 +01:00
env.d.ts first step towards complete rewrite 2023-02-10 12:58:09 +01:00
index.html move to another tileset, larger tiles, bigger screen 2023-02-13 18:59:51 +01:00
package.json first step towards complete rewrite 2023-02-10 12:58:09 +01:00
README.md move to another tileset, larger tiles, bigger screen 2023-02-13 18:59:51 +01:00
simplex.html add simplex noise test (/simplex.html) 2023-02-12 20:17:01 +01:00
tsconfig.json first step towards complete rewrite 2023-02-10 12:58:09 +01:00
tsconfig.node.json first step towards complete rewrite 2023-02-10 12:58:09 +01:00
vite.config.ts first step towards complete rewrite 2023-02-10 12:58:09 +01:00
yarn.lock first step towards complete rewrite 2023-02-10 12:58:09 +01:00

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:

and partially adapted to my needs.