Schlitterio

Live Demo

A simple Snake game written with Vue 3. Because I love old school games, this was a nice little exercise to further deepen my understanding of Vue.

Game mechanics
  • Playable with arrow keys left & right
  • Stores highscores in the local storage of a browser
Manual

In order to run your own version, you can follow these steps:

  1. Clone repo
git clone https://github.com/goodoomens/schlitterio-vue
  1. Go into cloned directory
cd schlitterio-vue
  1. Install dependencies
npm install
  1. Run local dev server
npm run serve
  1. Open browser
http://localhost:<port>

Made with ♥

GitHub

View Github