Skip to content

A simple implementation of the popular game of snake created with Vue.

Notifications You must be signed in to change notification settings

jordybronowicki37/vue-snake

Repository files navigation

Vue Snake Game

This is the popular game of snake made with Vue.

Single player

Play the iconic game of snake and try to beat your high-score. Collect as much fruits as you can!

Versus mode

In versus mode you can play snake against another player. Try to get as much fruits as you can while avoiding your opponents snake.

New digging mechanic

To make the versus mode more interesting the digging mechanic will be introduced. When in digging mode you can pass underneath your own snake or other snakes. You can dig underground for a maximum of three tiles at a time. When using the digging mechanic you will drain your stamina meter. The stamina meter has a total of three bars and will replenish slowly. For each tile you stay underground one stamina bar will be consumed. With this feature the versus mode will become more interesting and fun.

How to run the project

Install the dependencies

npm install

Run the project

npm run dev

About

A simple implementation of the popular game of snake created with Vue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published