You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last features of support for 9x9 and 13x13 boards (#15) and of support for coordinates input (#10) have really shown that the original design is not great. We need to rethink a good portion of it and eliminate the hideous switch statements — with inheritance for example. Without this rework I don't think I'll be able to add more features to this project in the future.
The text was updated successfully, but these errors were encountered:
The last features of support for 9x9 and 13x13 boards (#15) and of support for coordinates input (#10) have really shown that the original design is not great. We need to rethink a good portion of it and eliminate the hideous
switch
statements — with inheritance for example. Without this rework I don't think I'll be able to add more features to this project in the future.The text was updated successfully, but these errors were encountered: