This is my first personal project, in VueJS. It’s more like a general introduction on my knowhow regarding… everything.
But let’s start from the beginning, the general concept.
The whole idea of this project is, to show what can be done with VueJS in just a short time of learning the framework and in the same time, to explain in easy ways, how the online gaming works.
In a general approach, and in lame terms, all the control is coming from the backend. The frontend has all the fancy animations and sounds etc and… that’s all.
So, this project has multiple phases. This one is strictly the frontend. No communication with any backend at all. Everything is purely random.
In following versions, there will be a backend as a wordpress plugin (communicating with subscribed users, managing login and credits from wordpress etc).
Also, a standalone one based on laravel and one more in nodejs.