+ 1
What do i need to know for a broswer game ?
I want to create a text based browser game,RPG style. What do I need to learn in order to create such a game,beside HTML,CSS and JS ?
2 Answers
+ 3
yes if it is text based then angular can make that easy. you can use otger than html css js if it is to be website than PHP and you can use SQL to store information about players as said. you can use jquery too but simple js will also do here I think
+ 2
HTML, (JavaScript, JQuery or Angular or native-React ),( CSS or Less or Sass) ,
If you want to link it with database then SQL,
you will need a server so, PHP with LAMP or WAMP or NodeJS,
for active contents, Flash, May be Java Applet, or you can use XAML with C# in backend using silverlight but as server you will need IIS.
If you are using 3D models then Unity or Unreal or CryEngine.
and at last, you will need to know how to integrate everything.