Space Snake: Desktop game built with Electron and Vue.js

Space Snake

Pretty much like the all time classic game Snake, a desktop game built with the Electron-vue template, a Electron & Vue.js quick start boilerplate with vue-cli scaffolding, Space Snake.

Features

Make it your own

Download the project if would like to see how the game runs on your desktop.

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information regarding the Electron-Vue template used to built this project can be found here.

Playing the game (and sucking at it)

The app is running on its own separate window when launched using npm run dev.

This project was generated from electron-vue using vue-cli, and it is located on GitHub under an MIT license. Documentation about this project can be found here.