Our favourite Games made with Vue.js 👾

There are a lot of really cute Vue.js game experiments around! Many of them helped their developers learn to understand Vue.js better.

Here, I collect our favourite games #madewithvuejs! This list will grow over time, and it's in no particular order.

2048 Game

Remember that highly addictive sliding block puzzle game from 2014? Yeah, it's still exactly as addictive in this Vue.js version of it!

2048 Game Vue Implementation of 2048
icon-eye-dark Created with Sketch. 14.943

Habitica

This is not a game in the traditional sense.

Habitica helps you to form habits in daily life – like flossing your teeth, going for a run in the mornings or meditate – with a gamified app concept. You get in-game rewards and punishment for completing or neglecting your tasks in real life.

Couple that with its cute pixel-graphics and you got a productivity app that sticks. There are already 3 million people using the app and transforming their habits.

Habitica Gamified Habit Tracker App
icon-eye-dark Created with Sketch. 11.046

PipQuest

PipQuest is a puzzle game played on a cube. You move between the sides of the cube to light "pips" with your torch while avoiding monsters and solving quests.

You can read up on the development of the game on Gregor Terrill's Blog! It's interesting how he constructed the 3D world and transitions.

PipQuest Retro-style Puzzle Game
icon-eye-dark Created with Sketch. 6.965

Vue Tetris

You know this one. It's the game classic Tetris, developed with Vue.js and vuex. You just have to hum the Tetris tunes for yourselves 😉

Vue Tetris Tetris Implementation
icon-eye-dark Created with Sketch. 16.159

Rotten Soup

This roguelike is built with Vue.js and Vuetify. It currently features three areas to explore and a lot of unique characters. There's a lot of attention to detail, and we enjoyed walking around in its little world.

The game is still under development and you can find it's source code on GitHub.

Rotten Soup A roguelike built with Rot.js and Vue.js
icon-eye-dark Created with Sketch. 19.398

Coopera

Coopera is a multiplayer experiment. If you really want to make it fun, you have to play it with at least one other person. The avatar moves in certain intervals and you can choose its directions with your arrow keys. What makes it interesting: All people playing control the same avatar and you have to collaborate to not bump into obstacles.

A nice idea, developed with Vue.js and Python Flask. You can also check out the Source Code!

Coopera A Cooperative Multiplayer Game
icon-eye-dark Created with Sketch. 3.437

Space Snake

Star Wars & Snake – what else could you need for a fun game? Space Snake is a Desktop Game built with Electron, Vue.js and Vuex.

Space Snake Snake Game
icon-eye-dark Created with Sketch. 12.393

Slider Puzzle

I still remember the analogue version of these puzzles! This Vue.js version has been built by @notphanan just for fun. It lets you choose your own image as well as the size of the puzzle.

Slider Puzzle Puzzle Game
icon-eye-dark Created with Sketch. 8.324

Vue.js Game Tutorials

If you're inspired to make your own game with Vue.js now, go and check out the following tutorials:

Similar Articles
#intervue: Valia Walsk, Full-Stack-Developer & avid Vue.js-learner
25.06.2019  •  in #Intervue
What is it like to start out with Vue.js when you're relatively new to frontend development? We interviewed Full Stack Developer Valia Walsk to find out! She shares her experiences and favourite resources with you.
Why it doesn't matter which JavaScript Framework you choose
08.11.2018
Whenever I’m coding live on Twitch, I get asked why I chose Vue.js instead of another framework. Everyone is always looking for the perfect framework choice. In this post, I'm going to tell you why I think it doesn't matter which one you end up using.