Author Topic: Game Extension  (Read 928 times)

Offline timpog

  • Level 3
  • *
  • Posts: 7
  • Reputation: +0/-0
    • View Profile
Game Extension
« on: October 04, 2010, 05:51:21 PM »
Hi all,

I'm currently developing an extension for php to help make php game programming easier.  Any ideas on what I should add?

Edit: Plz reply.
« Last Edit: October 04, 2010, 08:00:35 PM by timpog »

Offline Sagefire135

  • Level 14
  • *
  • Posts: 107
  • Reputation: +2/-0
    • View Profile
Re: Game Extension
« Reply #1 on: October 04, 2010, 10:28:24 PM »
An extension to what? You are going to have to give a little more detail I'm afraid :P

What are you working on and what does it to already?

Offline dbest

  • Game Owner
  • Level 20
  • *
  • Posts: 211
  • Reputation: +3/-0
    • View Profile
    • Tennis Masters
Re: Game Extension
« Reply #2 on: October 04, 2010, 11:34:27 PM »
What he said...

Offline dsheroh

  • Level 21
  • *
  • Posts: 235
  • Reputation: +6/-0
  • Perl Vicar
    • View Profile
    • Psi Rangers
Re: Game Extension
« Reply #3 on: October 05, 2010, 06:34:52 AM »
Well, he says he's developing "an extension for php", so I'm assuming that means he intends to create his own game-building toolkit/framework.

If that's correct, I'd say the best place to start is by building at least two or three complete, working games, so that you can see for yourself both what's needed and which pieces will be useful in multiple games vs. those which are specific to only a single game.  Pulling out the common pieces and abstracting them is generally the best way to build a toolkit.

Offline toxin

  • Level 21
  • *
  • Posts: 231
  • Reputation: +4/-2
    • View Profile
    • Encore Montreal
Re: Game Extension
« Reply #4 on: October 05, 2010, 07:47:12 AM »
I think the OP is wanting to go a bit deeper than a framework.
PECL  PEAR are extensions that you may know.
If you use WAMP this may look familiar.

An articles on how to make one for yourself

Offline timpog

  • Level 3
  • *
  • Posts: 7
  • Reputation: +0/-0
    • View Profile
Re: Game Extension
« Reply #5 on: October 06, 2010, 05:25:03 PM »
Ok guys, I'm making a library of functions and stuff "To make game building Easier". So is there anything you think I should add, that would make you life easier on game making?

Offline Chris

  • Game Owner
  • Level 35
  • *
  • Posts: 2,217
  • Reputation: +28/-1
    • View Profile
Re: Game Extension
« Reply #6 on: October 07, 2010, 11:25:53 AM »
If that's correct, I'd say the best place to start is by building at least two or three complete, working games, so that you can see for yourself both what's needed
I support this statement. Making an "engine" if you never made a game of the same type as engine yelds poor results (but people who make games don't have the time to make engines so this is the "catch22" problem :D).

Offline aerosuidae

  • Level 9
  • *
  • Posts: 50
  • Reputation: +5/-0
    • View Profile
    • Return to Sol
Re: Game Extension
« Reply #7 on: October 23, 2010, 09:18:08 AM »
Ok guys, I'm making a library of functions and stuff "To make game building Easier". So is there anything you think I should add, that would make you life easier on game making?

Code: [Select]
function magic_black_box_AI () { ... }
When can we expect it to be done? ;)

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal