daleharvey / pacman

HTML5 Pacman
Do What The F*ck You Want To Public License
697 stars 470 forks source link

How do I change the walls #12

Open zshep99 opened 8 years ago

zshep99 commented 8 years ago

I was wondering how to change the walls to make them straight instead of rounded. I was looking around in the code and found what rounded them. But I'm not quite sure how to straighten them. I haven't messed with js for years so I'm quit rusty, Plus I never made much of an effort with java, python was always more my style.

platzhersh commented 8 years ago

Hey there

thanks for your message. Can you explain what you mean by "straighten the walls"? They do not look "unstraight" to me? :)

I am also more into Python than Java, fortunately I did not have to use Java in my Pacman project.

Looking forward to your reply

cheers

Chris Am 22.03.2016 15:32 schrieb "zshep99" notifications@github.com:

I was wondering how to change the walls to make them straight instead of rounded. I was looking around in the code and found what rounded them. But I'm not quite sure how to straighten them. I haven't messed with js for years so I'm quit rusty, Plus I never made much of an effort with java, python was always more my style.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/daleharvey/pacman/issues/12

zshep99 commented 8 years ago

@platzhersh Sorry, could have been a little clearer. I noticed most of the lines were curved where they join together. I wanted to make them straight and more rectangular.