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