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

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

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

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

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

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

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
Best Headless CMS for Vue.js Apps
24.03.2020
Headless CMS are seriously popular right now, especially with JAMstack (JS, APIs & Markup) being on the rise. The concept isn't really new, though, which is a good thing for you: You have a lot of choice! We wanted to share some solutions that are e...
Build a Progressive Web App In VueJs, from Zero to Hero! [via Hackernoon]
15.01.2019  •  in #Tutorial, #Bookmarks
In case you didn't notice: Everyone is doing Progressive Web Apps now! Read this article series by Fabian Hinsenkamp to create your own PWA with Vue.js!