kyranstar / Hunt-The-Wumpus

6 stars 0 forks source link

Add gold and bats to renderer #14

Closed WasabiFan closed 9 years ago

WasabiFan commented 9 years ago

I have added both gold and pits, and added a temporary bat picture for debugging Now we just need real pictures.

WasabiFan commented 9 years ago

@nikbyk Any progress on a bat image?

nikbyk commented 9 years ago

Added bat image, but it seems to not move with the bat after you run into it

WasabiFan commented 9 years ago

it seems to not move with the bat after you run into it

I saw that too... not sure why it happens. I'll look into it.

P.S. I don't see a recent commit from you -- have you pushed yet?

nikbyk commented 9 years ago

I have

Sent by Outlook for Android

On Sun, May 17, 2015 at 9:41 PM -0700, "Wasabi Fan" notifications@github.com wrote:

it seems to not move with the bat after you run into it

I saw that too... not sure why it happens. I'll look into it.

P.S. I don't see a recent commit from you -- have you pushed yet?


Reply to this email directly or view it on GitHub: https://github.com/kyranstar/Hunt-The-Wumpus/issues/14#issuecomment-102920570

WasabiFan commented 9 years ago

I have

You mean that you have committed and pushed? It's not in the repo on GH as far as I can tell.

nikbyk commented 9 years ago

thats odd, ill try again

nikbyk commented 9 years ago

that should do it

WasabiFan commented 9 years ago

I think I have figured out why the image isn't changing.

P.S. I love your commit message :wink:

merge.... something...

nikbyk commented 9 years ago

Lol, yes. I had no clue what the conflict was

Sent by Outlook for Android

On Sun, May 17, 2015 at 9:50 PM -0700, "Wasabi Fan" notifications@github.com wrote: I think I have figured out why the image isn't changing.

P.S. I love your commit message :wink:

merge.... something...


Reply to this email directly or view it on GitHub: https://github.com/kyranstar/Hunt-The-Wumpus/issues/14#issuecomment-102921745

WasabiFan commented 9 years ago

I think it was this. It probably just resolved itself.

nikbyk commented 9 years ago

did you figure out why the picture did not travel with the bats?

WasabiFan commented 9 years ago

I just pushed a commit to fix this. There is a problem, though: As soon as you hit the key to enter a bat room, the bat collision is registered and you are moved to a different room. You can see the images by running display rooms in the debug console for now.

nikbyk commented 9 years ago

Also, there are a few problems with the random maps. You and I should work on those tomorrow in class. Are the guys coming in on friday?

WasabiFan commented 9 years ago

Are the guys coming in on friday?

As I understand it, we won't see them again until the competition. But I still do want to meet at least once a week, maybe more, so that we know what we want to work on.

@kyranstar what's your feeling on the random maps? What needs to be done to make them ready for use? It would be nice for the three of us to sit down and discuss this tomorrow.

nikbyk commented 9 years ago

Ideally, we should meet every day, but at least 3 times this week

Sent by Outlook for Android

On Sun, May 17, 2015 at 10:56 PM -0700, "Wasabi Fan" notifications@github.com wrote:

Are the guys coming in on friday?

As I understand it, we won't see them again until the competition. But I still do want to meet at least once a week, maybe more, so that we know what we want to work on.

@kyranstar what's your feeling on the random maps? What needs to be done to make them ready for use? It would be nice for the three of us to sit down and discuss this tomorrow.


Reply to this email directly or view it on GitHub: https://github.com/kyranstar/Hunt-The-Wumpus/issues/14#issuecomment-102928801

WasabiFan commented 9 years ago

@nikbyk Do you have a gold image? It really just needs to be a cherry in the center of the image, and the image should be the same aspect ratio of the cave image. This is the one image that I think should have margin built-in to it.

WasabiFan commented 9 years ago

The gold and bats show up now and fade away when you hit them.