Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 974 Bytes

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