Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

zweitag/vue-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Snake Game

Introduction

We built this game during the Zweitag Hack-Teams for fun. You can try it out in the Zweitag advent calendar 2020! Please note that the code does not live up to our usual coding standards, but is just a quick & dirty prototype!

Local development

Run

yarn install
yarn dev

and visit localhost:3000 to play the game!

Building and publishing

Run yarn build to build the game to the dist-folder.

To use it on another website, include the generated dist/_assets files (index.js and style.css), add the images under dist/snake to your public folder, so that they are reachable under /snake/xy.svg, and add a <div id="app" /> somewhere on your page.

Contributors

Not everyone involved in the creation of this game made commits, as we mostly developed the game in remote live sharing sessions. Many thanks to: