Answer the question
In order to leave comments, you need to log in
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
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?
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 questionAsk a Question
731 491 924 answers to any question