Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.03 seconds.
Search: Posts Made By: azoundria
Forum: PHP 11-17-2012, 02:02 AM
Replies: 3
Views: 300
Posted By azoundria
Looping Through Exponents

This works fine as 1, 2, 3, 4, 5, 6, 7, 8, 9:

for ($i = 1; $i < 10; $i++) {
echo $i."<br />";
}

Why does this not work to go 1, 2, 4, 8?

for ($i = 1; $i < 10; $i<<1) {
echo...
Forum: JavaScript programming 04-20-2012, 09:07 AM
Replies: 15
Views: 575
Posted By azoundria
I am sure that all major operating systems have a...

I am sure that all major operating systems have a modern browser and all modern browsers support JavaScript. I expect the game can be made to work on them, if it doesn't (for whatever reason).
...
Forum: JavaScript programming 04-20-2012, 02:33 AM
Replies: 15
Views: 575
Posted By azoundria
Of course. I'm getting mixed responses from...

Of course. I'm getting mixed responses from various forums. Some people are really into it, and others aren't. This isn't the final form of the game. It's really just a simple test of the platform....
Forum: JavaScript programming 04-20-2012, 02:13 AM
Replies: 15
Views: 575
Posted By azoundria
I hardly spend any time waiting when I play... I...

I hardly spend any time waiting when I play... I wish there was a way I could watch what you're doing.

Also, if you mean your screenshot, that looks like the browser is selecting all the contents...
Forum: JavaScript programming 04-20-2012, 01:35 AM
Replies: 15
Views: 575
Posted By azoundria
You're missing something really simple. Use 'H'...

You're missing something really simple. Use 'H' to harvest the wood...
Forum: JavaScript programming 04-20-2012, 01:11 AM
Replies: 15
Views: 575
Posted By azoundria
Your start is too slow. If you find a 6 x 6...

Your start is too slow.

If you find a 6 x 6 clearing, you can build 4 farms. You'll need more wood to build them, which you can get from cutting down trees.

If you're lucky you can find a spot...
Forum: JavaScript programming 04-19-2012, 11:51 PM
Replies: 15
Views: 575
Posted By azoundria
Thanks. This is very helpful and I'm very glad...

Thanks. This is very helpful and I'm very glad you've taken the time to respond.

Assuming things are working correctly, the only reason a farm should not be built is a lack of space, or a lack of...
Forum: JavaScript programming 04-19-2012, 10:18 PM
Replies: 15
Views: 575
Posted By azoundria
This is weird. So, to confirm, nothing is...

This is weird. So, to confirm, nothing is happening with either the mouse or keyboard on all three browsers?

Occasionally on Firefox/Ubuntu, I know in the past I did lose the keyboard control and...
Forum: JavaScript programming 04-19-2012, 04:42 PM
Replies: 15
Views: 575
Posted By azoundria
Gaming Platform (100% JavaScript)

I wanted to get some people to help test out a game platform:

http://ggg.ismywebsite.com/isofield

The whole purpose was to push the limits of what can be done with just JavaScript. So no...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 04:36 AM.