Page 1 of 1

Game ideas?

Posted: Wed Nov 19, 2008 2:23 am
by papa
Hi,

I'm currently hooked on turret games. You build turrets and defend against creeps. A pretty old concept but fun as hell.

As I have no skills in Java or any suitable language I was wondering if you had ideas of how to do this with PHP or at least implement the idea and do a totally different game if needed.

I need some initial help in what I need to read up on and think about when wanting to do something like this.

Any other fun games you can do with PHP would be helpful. Like Black Jack, Hangman etc.

Thanks!

Re: Game ideas?

Posted: Wed Nov 19, 2008 8:38 am
by it2051229
You can create a game using PHP but PHP alone is not sufficient since PHP is more of a text processing. If you want to create a web-based game with graphics and animation, you might want to learn FLASH. But if you want to create a game like FLASH but dont want to use FLASH, you have to learn Javascript, CSS, PHP, and XML, combining them together it will be possible. I saw a mario game made from javascript but I never got to see the source code. Oh and the PHP game I created?, some boring hangaroo like game.

Re: Game ideas?

Posted: Wed Nov 19, 2008 8:55 am
by papa
it2051229 wrote:You can create a game using PHP but PHP alone is not sufficient since PHP is more of a text processing. If you want to create a web-based game with graphics and animation, you might want to learn FLASH. But if you want to create a game like FLASH but dont want to use FLASH, you have to learn Javascript, CSS, PHP, and XML, combining them together it will be possible. I saw a mario game made from javascript but I never got to see the source code. Oh and the PHP game I created?, some boring hangaroo like game.
I was thinking that javascript was the way to go. I'm lousy at it though. :)

I've worked with Flash but is not the way I would like to go actually.

Thanks for the input.

http://craven-studio.com/Hangman.php :)

Re: Game ideas?

Posted: Thu Nov 20, 2008 2:23 pm
by JAB Creations
http://www.janis.or.jp/users/segabito/J ... Maryo.html

You really need to know some serious JavaScript I would imagine.

Flash? No comments.

Re: Game ideas?

Posted: Fri Nov 21, 2008 3:35 am
by papa
JAB Creations wrote:http://www.janis.or.jp/users/segabito/J ... Maryo.html

You really need to know some serious JavaScript I would imagine.

Flash? No comments.
Hehe damn. :)

I've only tried Java a little bit a few years back, so would be nice with a game idea which involves moderate amount of javascript...

Hangpapa and Black Jack I've done so far. Just don't have any good ideas.

Re: Game ideas?

Posted: Fri Nov 21, 2008 3:54 am
by onion2k
papa wrote:I've only tried Java a little bit a few years back, so would be nice with a game idea which involves moderate amount of javascript...

Hangpapa and Black Jack I've done so far. Just don't have any good ideas.
Card games are always good fun to write. Poker especially.

My (unfinished) Javascript poker game - http://www.ooer.com/poker/ - feel free to reuse the code.

Re: Game ideas?

Posted: Fri Nov 21, 2008 4:14 am
by papa
onion2k wrote:
papa wrote:I've only tried Java a little bit a few years back, so would be nice with a game idea which involves moderate amount of javascript...

Hangpapa and Black Jack I've done so far. Just don't have any good ideas.
Card games are always good fun to write. Poker especially.

My (unfinished) Javascript poker game - http://www.ooer.com/poker/ - feel free to reuse the code.
Wow, that was cool!

I'd love to have a look at the code. Where did you get the images for the cards?

Re: Game ideas?

Posted: Fri Nov 21, 2008 4:22 am
by onion2k
papa wrote:Where did you get the images for the cards?
Can't remember. They were definitely Creative Commons licensed SVG files though...