Hi,
Anybody knows how they make this game: http://titanen.mobi/
What code language, I think they have done it with php or python?
Thank you for the answers =)
Hi,
Anybody knows how they make this game: http://titanen.mobi/
What code language, I think they have done it with php or python?
Thank you for the answers =)
looks like PHP (they are passing PHPSESSID around) but one could make something similar using pretty much any language.
That site could have used almost any "back end" language to generate those pages.
It is mostly likely PHP since over 82% of all web sites use it ( and the website uses a PHP session ID tag ).
Interestingly, when I looked at the web page using my debugging tools, there is no JavaScript being used.
If you would like to try to make your own PHP web site THIS LINK is very helpful .
If you are running Windows, you can grab a free PHP web server from HERE .
If you are running MAC, there is a version HERE .
If you are running Linux, you may ( or may not ) have have one already installed LINK .
I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.
~ Ralph Waldo Emerson
If you set out to do something like this, and choose python over php, remember to check if your webpage's host can handle python scripts. Also, this link contains information on web frameworks for python: https://wiki.python.org/moin/WebFrameworks
Starting out in game programming? Me too! Check out my blog, written by a newbie, for the newbies. http://myowngamejourney.blogspot.mx/
Also, if you don't mind a 5 seconds ad, here's a great free ebook for beginners on the subject of pygame: http://bit.ly/19Bem2q