Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thin walls #158

Open
j123123 opened this issue Nov 15, 2015 · 8 comments
Open

Thin walls #158

j123123 opened this issue Nov 15, 2015 · 8 comments
Assignees
Labels

Comments

@j123123
Copy link

j123123 commented Nov 15, 2015

I think maybe need to change internal playfield representation to allow create tiny walls. First is what you have, second is my proposal
playfield

@rexim rexim added the proposal label Nov 15, 2015
@rexim rexim self-assigned this Nov 15, 2015
@rexim
Copy link
Member

rexim commented Nov 16, 2015

@j123123 thanks for the proposal! Don't you mind if I change the title a bit?

@rexim rexim changed the title Change internal representation for playfield to allow doing tiny walls Thin walls Nov 16, 2015
@rexim
Copy link
Member

rexim commented Nov 16, 2015

Not sure, if there were thin walls in the original pac-man... Also it will require to rewrite most of the parts that are related to walls (not only the internal representation).

It's probably a good idea, but I'd suggest to put it on the back burner.

Mr @ForNeVeR what do you think?

@ForNeVeR
Copy link
Member

There were no such walls in the original game, but I like this idea. I hope it will be implemented some day.

@rexim
Copy link
Member

rexim commented Nov 16, 2015

Alright, let's leave this issue open until the good times. Thanks Mr @j123123.

@rexim
Copy link
Member

rexim commented Nov 16, 2015

Also, I wonder how this is gonna look from the level file format perspective. %)

@ForNeVeR
Copy link
Member

Ahem, that's a nice question.

@j123123
Copy link
Author

j123123 commented Nov 16, 2015

@ForNeVeR some non-original pacmans have such walls https://www.youtube.com/watch?v=VAc50Wy9w3M

@j123123
Copy link
Author

j123123 commented Nov 16, 2015

Also, I wonder how this is gonna look from the level file format perspective. %)

Maybe something like this?

███████
█@█* *█
█ █ █ █
█*█*█*█
█ █ █ █
█* *█*█
███████

███████
█ █* *█
█ █ █ █
█@█*█*█
█ █ █ █
█* *█*█
███████

███████
█ █* *█
█ █ █ █
█ █*█*█
█ █ █ █
█@ *█*█
███████

███████
█ █* *█
█ █ █ █
█ █*█*█
█ █ █ █
█  @█*█
███████

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants