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.293

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. 7.209

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.690

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.910

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.765

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.798

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: Nada Rifki, Co-Creator of the Vue Dark Mode Design System
04.06.2019  •  in #Intervue
Read an #intervue with Nada Rifki, Co-Creator of a design system for dark mode enthusiasts and find out why she thinks React is like a bowl of spicy peanut noodles, while Vue.js is more like a chinese street barbecue 🍜
Vue.js Performance Guide
15.06.2022
In this article, we’re taking a look at the basics of performance optimization for Vue apps and guide you towards resources and tools that help you go deeper!