Answer the question
In order to leave comments, you need to log in
What is the best way to make a 2D online rpg?
There is an idea to make a game, 2D with a top view, that is, only the head and shoulders are visible, for example, as in the first GTA:
Answer the question
In order to leave comments, you need to log in
Provided that we are talking about the browser version.
1. Graphics.
ThreeJS , as already mentioned, is the best option. Canvas, of course, can also be used, but this is an extremely low-level thing and it will take a very long time to write on them.
Unity webplayer . I know there is, but no more.
UPD: From comments:
Does Unity Web Player work now? It seems to use npapi, which is now cut out of all browsers for security reasons.
If you need something in JS, then it makes sense to look towards Three.JS.
Backend in theory can be written in python, so your stack turns out.
The obvious choice is Unity. Everything else is likely to take much longer to deal with. The unit already has networking for multiplayer (I won’t say out of the box or you need to connect something, but 100% is). Unless for greater functionality it will be necessary to learn C#.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question