vue-maze
A Vue.js component of a simple maze game.
File Explorer
Download Latest Version (.zip)- devcontainer.json
- Dockerfile
- maze-difficulty.gif
- maze-image.gif
- maze-resize.gif
- maze-strategy.gif
- maze-vue.png
- maze-vue2.gif
- favicon.ico
- index.html
- flag.png
- getMaze.ts
- getMaze2.ts
- Maze.vue
- Renderer.ts
- tori.png
- App.vue
- main.ts
- shims-tsx.d.ts
- shims-vue.d.ts
- example.spec.ts
- .browserslistrc
- .editorconfig
- .eslintrc.js
- .gitignore
- .npmignore
- babel.config.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/meganetaaan/vue-maze
Downloads the entire project code from GitHub to your computer.
cd vue-maze
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install maze vue-maze --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
