Advertisement

How they made this game?

Started by December 05, 2014 09:00 AM
5 comments, last by jpetrie 9 years, 9 months ago

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.

[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
Advertisement

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

Why does this matter to you? Are you just curious? What problem are you trying to solve?

I'm just interessted in how they maked this game. :)

Advertisement

Okay. I'm moving this to the lounge then.

This topic is closed to new replies.

Advertisement