Browser game?

All about creating websites!
Post Reply
User avatar
1r0l3
suck-o-fied!
suck-o-fied!
Posts: 69
Joined: 18 Jul 2009, 16:00
14

Browser game?

Post by 1r0l3 »

I will ask if anyone could tell me what the best language for a text based browser game?. and for a graphic one too

Thanks :) :)

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

For a text-based browser game, my personal recommendation would be PHP, but you can of course use others like perl, or asp. For a graphical browser game, your best bet would probably be java.
¯\_(ツ)_/¯ It works on my machine...

User avatar
f4Gg0t_43
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 245
Joined: 13 Sep 2008, 16:00
15
Contact:

Post by f4Gg0t_43 »

gogeta70 wrote:For a graphical browser game, your best bet would probably be java.
Flash imo.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Well, that too - depending on the type of graphics in the game.
¯\_(ツ)_/¯ It works on my machine...

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Post by lilrofl »

I tend to agree that Flash is an appropriate language, Flash games have improved exponentially over the last few years

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Re: Browser game?

Post by leetnigga »

1r0l3 wrote:I will ask if anyone could tell me what the best language for a text based browser game?
I like a language with a good template system to separate the code from the layout, and an ORM with a backend working with prepared statements on an SQL database to make things easy and secure.

I prefer Python for web development. I like PostgreSQL as a database system. To connect the two I use the SQLAlchemy object-relational mapper with psycopg2. For templates I use Mako.

I'm planning to write a web game with that myself. The last one I did was in Common Lisp.

User avatar
1r0l3
suck-o-fied!
suck-o-fied!
Posts: 69
Joined: 18 Jul 2009, 16:00
14

Post by 1r0l3 »

Thanks for all the answers :). i think will try java applet.

Post Reply