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

(another) bug in bejeweled #144

Open
bkushigian opened this issue Aug 6, 2020 · 2 comments
Open

(another) bug in bejeweled #144

bkushigian opened this issue Aug 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@bkushigian
Copy link

I'll use A for apples, R for rock, and G for gem tiles; - will be empty space. In traditional bejeweled, swapping the G and A tiles in the middle row of:

A R
G A
A R

should yield

- R
- G
- R

In the current implementation, after the three As have matched, the G swaps back to its original position, and the resulting configuration is

- -
- R
G R

Not sure if this is intentional or not.

Das Büg

@tballmsft
Copy link
Contributor

Thanks for filing this, @bkushigian. I've seen the bug before and I think I understand what's going on. Right now, I'm not sure I want to fix it - maybe leave it as a challenge for people to fix themselves...

@bkushigian
Copy link
Author

That's a good thought...it's good to leave some of the low hanging fruit for the people!

Loving tilecode btw, could definitely get in the way of my research if I'm not careful :)

@tballmsft tballmsft added the bug Something isn't working label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants