rpg browser based open source ?

10/06/2012 02:56 ✗EpicSoul✗#1
Hi there,

I have been browsing for open source game engines(php,jscript,etc..)
becuase i want to make my own version of a rpg game but browser game for example :

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
these layed out similar games but i haven't found anything even close :(.
could anybody maybe tell me if there is some open source out there which i could start off with, because i am not a pretty good coder my self and it would take an awful lot of time to code anything close to them.
10/07/2012 01:28 マルコ#2
I don't think that there is that kind of engine you are looking for.
Also imo the best way of doing stuff is to just try it out yourself.

I would start off planning the layout of the game and the game mechanics on a piece of paper.
Then code the layout with HTML.
Don't forget to make some graphics + placeholders ;)
Then code the php generating the sites (this could be the worst part^^)

When making the game logic in php, you could start of by creating easy things like just "town places" which can be visited without greater complexity. Then you could make the battles.....
I don't know what kind of RPG you want to make - what mechanics etc. but I wish you good luck. If you need help, ask anytime!