Community Page
- buildingbrowsergames.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I get errors like this: "Notice: Use of undefined constant attacker - assumed 'attacker' in /Users/Niels/Sites/bg/smarty/bg/forest.php on line 53" Caused by the arrays:...
- I read this tutorial and it help me get in the mindset I needed to be in to start my first big project. Nice job on the tut and I look forward to reading more from you. If you want to check out my...
- You're missing the string formatting that puts arguments into your SQL statement - add that, and you should be good to go.
- "SELECT value FROM user_stats WHERE stat_id = (SELECT id FROM stats WHERE display_name = <foo> OR short_name = <foo>) AND user_id = <bar>" i have inserted this into sql...
- The source is definitely all still there - take a look at http://code.google.com/p/building-browsergames-tutorial/, and click on the 'Source' tab.
Jump to original thread »
Lately, a few of you have gotten in contact with me wondering what the credentials were to log in to the game we’ve been building for our tutorial. There aren’t actually any credentials - you sign up and log in with whatever credentials you choose.
The registration page i ... Continue reading »
The registration page i ... Continue reading »
10 months ago
10 months ago
In regards to the monsters...it's a balancing issue. We're going to be doing some work on the combat system fairly soon, and I will probably come back to it then.
10 months ago
Also, the weapons doesnt make any sense in battling monsters.
10 months ago
Thanks for pointing that out! The first issue is because I used only the '>' character in the conditional statement, and has now been fixed.
At the moment, we haven't integrated weapons into our combat system yet - but very soon!