emoose / openhotel

some node.js/socket.io javascript tile thing
Other
5 stars 6 forks source link

Adding bot monsters feature #3

Closed breaks closed 10 years ago

breaks commented 10 years ago

Adding basic bots feature, result is a bit buggy though (I have not had any experience with node.js before), could you take a look at this?

emoose commented 10 years ago

could you try re-adding this to the newest code? i had to go back and redo the entire zombies mode because of some random server crash that kept happening

breaks commented 10 years ago

Hey, working on it now

breaks commented 10 years ago

Should bots be part of the player array or in their own array? In the old commit I'd written bots to be part of the players array but there were a couple of hard to find bugs I couldn't get my head around when testing on diggles' server.

breaks commented 10 years ago

Looks like you're getting a decent bot feature implemented, I haven't gotten far with the bot stuff on my end so I'll close this pull request and work on another area