no need for anyone to steal your idea, there are only a few hundred such games online already.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
You shouldn't start on a browser based game as your first project. First learn to deal with big projects, because when the file sizes start to grow, you'll find yourself lost in the code and stop with the project.
It happend with me.. I wrote my code, it worked, but wasn't structured well... and could've used better documentation.
At first it wasn't a problem, but after my files got sizes of 50kb, it started getting frustrating to add new stuff to the game.
And also, you should design your database well.
If you don't you'll suffer alot.
Tigran
Junior Poster in Training
92 posts since Jun 2008
Reputation Points: 24
Solved Threads: 8
hello bfrings
A game is a good/fun way to jump into coding and PHP is a easy enough programming language to learn. you should google around the web and walk through how to build a login system once you have a handle on that you can expand into building the other items needed.
I am not sure on the rules with posting urls to other sites but if u google around their are a few tutorial websites on how to code a php text based rpg
jayreis
Junior Poster in Training
72 posts since Apr 2010
Reputation Points: 10
Solved Threads: 1