P
P
Peter Sergeev2020-08-16 16:41:30
Game development
Peter Sergeev, 2020-08-16 16:41:30

Is it possible to write a 2D game on vue.js for smartphones and how is it done?

As I understand it, there are 3 main tools for creating a mobile application:
- native script
- cordovan
- Vue Native (which is a wrapper over React Native)

But I don’t quite understand what is the difference between them and which is better today?
I've got a burning desire to try to implement such a game on vue.js https://youtu.be/WtUKSGJ_9No
I would like to know your opinion, how possible it will be?

Again, one of the nagging questions arises, how to create a database? Type in the browser there is localStorage.
And what about mobile devices? For example, the same native script allows you to deploy the database on the device itself so that you can use the application without connecting to the network?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
0
0xD34F, 2020-08-16
@0xD34F Vue.js

I've got a burning desire to try to implement such a game on vue.js https://youtu.be/WtUKSGJ_9No
I would like to know your opinion, how possible it will be?

Impossible. Cool the ardor, what games, what are you? With such knowledge , you have nothing to catch.

K
Konstantin Kitmanov, 2020-08-18
@k12th

Make this game just for the browser first. By the time you get something working, the questions of how to store data in react native will be the least of your worries :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question