Well to me this really complicated. I want to create an online text based game, mainly as an app and from my research........ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Well to me this really complicated. I want to create an online text based game, mainly as an app and from my research........

Well to me this really complicated. I want to create an online text based game, mainly as an app and from my research, Html and Css was listed for the Game display/UI. PHP for Page generation and input processing. C++ for Game engine and notifications And MySQL for database. I don't know if it'll possible to do all this with one language such as Python program.

26th Apr 2019, 10:42 AM
Clinton I. Sonkeya
Clinton I. Sonkeya - avatar
10 Answers
+ 1
Why use javascript?
26th Apr 2019, 2:39 PM
Clinton I. Sonkeya
Clinton I. Sonkeya - avatar
+ 1
Javascript for manipulating objects and actions on your page. You need it to make a dynamic web page.
26th Apr 2019, 2:58 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
So Py can't do it?.. someone told me js is for web browser... need the game to be an app.
26th Apr 2019, 4:42 PM
Clinton I. Sonkeya
Clinton I. Sonkeya - avatar
+ 1
And what about c++?
26th Apr 2019, 4:42 PM
Clinton I. Sonkeya
Clinton I. Sonkeya - avatar
+ 1
Damn!... I still not gotten a better answer, buh thanks guys for this one.
26th Apr 2019, 5:03 PM
Clinton I. Sonkeya
Clinton I. Sonkeya - avatar
0
No you can't, python can replace PHP, but you will still have to know HTML, CSS, javascript and SQL
26th Apr 2019, 10:46 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Aymane Boukrouh it can actually and Django is pretty good one.
26th Apr 2019, 10:48 AM
Taste
Taste - avatar
0
Yes, you will still need to know HTML and CSS
26th Apr 2019, 10:50 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
with brython, you can replace js with python. but i dont think it'll be faster than js.
26th Apr 2019, 4:43 PM
Taste
Taste - avatar
0
you can make a webserver with c++ using CGI, but.. its kinda left behind
26th Apr 2019, 4:46 PM
Taste
Taste - avatar