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

Chess example notation #17

Open
homofortis opened this issue Apr 30, 2017 · 0 comments
Open

Chess example notation #17

homofortis opened this issue Apr 30, 2017 · 0 comments

Comments

@homofortis
Copy link

Hi, I really enjoyed your chess on my little OLED display :)) Great work!!!
You just may want to rearrange the code In chessengine.c for cu_add_pos() to make it display moves correctly:
*s = pos;
*s &= 15;
*s += 'a';
s++;
*s = pos;
*s >>= 4;
*s += '1';

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

No branches or pull requests

1 participant