Which Programming Language does this Site/App use?

dennsen

Newbie
Joined
Apr 6, 2018
Messages
15
Reaction score
0
Which Programming Language does this Site/App use?
"Good Game Empire"

What do you think which language they use for their app and which for their Website?
 
Which Programming Language does this Site/App use?
"Good Game Empire"

What do you think which language they use for their app and which for their Website?

If you’re talking about good game studios dot com, then, it’s a wordpress site. Read the language is php. The app, looks like native iOS, I didn’t see an Android there. Therefore the language for the app is objective c or swift.
 
If you’re talking about good game studios dot com, then, it’s a wordpress site.
No I didnt mean the website itself, I meant the game in that website.
Is it JavaScript or ActionScript or something else...?
 
The game on the website is Flash/ActionScript mixed with some JavaScript.
 
Okay I got it now, I just should have read their blog... I was blind I guess...

Here a sample frome their blog:

Transition to HTML5

One requirement for reaching that goal is to successfully transition from the soon discontinued Flash technology to the new web standard, HTML5. “It’s a mammoth task, we are talking about one million lines of code that have to be transferred,”
 
No worries, for future reference, you can simply use the "Developers Tools" in the browser and check the "Network" tab, based on what files the site loads, it can give you an insight on what technology it uses without checking the source.
 
Back
Top