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

Inflexible grid size #2

Open
jensboe opened this issue Jul 18, 2020 · 1 comment
Open

Inflexible grid size #2

jensboe opened this issue Jul 18, 2020 · 1 comment

Comments

@jensboe
Copy link
Contributor

jensboe commented Jul 18, 2020

Hi just saw your game on reddit. Program looks nice written.
I am an embedded programmer and use C. I don't know much about CLI and strings. I am deeper. ;)
Some of parts of my toolchain are written in python so may understand your thinkings.

I will write some "issues" down, so may you can "improve" your code or just think about my suggestions.
(I will not repeat this introducing words...)

Your board size can be changed by
#define BOARD_SIZE 6
but the grid print doesn't adapt, it will always will a 6x6 grid.

@xemeds
Copy link
Owner

xemeds commented Jul 18, 2020

Thank you for writing the issues you've found. I looked into and merged most of them. I had an idea to have a custom board size and make the board adapt to it as well, but it was a lot of work so I didn't even get into it. When I have the time, I will definitely look into adding a board size choice.

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

2 participants