what best JS framework for create similar game?
what best JS framework for create similar game?
That depends on a lot of things.
-> You want to develop the game from scratch ? You can code yourself ?
-> Maybe just hire a developer and he would do the needful ?
-> Maybe buy the code online ?
If you really want to start from scratch,you have n number of choices.
->Your front-end depends on your framework of choice like angular,react,jquery,etc
-> It's just not one framework,you need to design the entire architecture which will get complicated.
How about reproducing it ?
Copy paste the sources and launch them from a local machine, just retrieve the Ajax calls and adapt an API to use them with a database (i suspect reddis), then you could start working on the frontend, as it is better to use NodeJS, you could use some templating engines or use boilerplates, which will give you a boost to release quicker.
Or
The best thing to do is to work on it yourself, with your own knowledge. you can even mix languages/frameworks if you are good enough at handling them.
Joel have good advises, stick to them.