Im gonna build an interactive website like geogebra [geogebra.org/geometry] but for grid games. The main objective is to help to think on grid problems in math olympiads.
Used ChatGPT for debugging
Im gonna build an interactive website like geogebra [geogebra.org/geometry] but for grid games. The main objective is to help to think on grid problems in math olympiads.
Used ChatGPT for debugging
I built a tool to create and test board coverings, which is really useful for math olympiad problems. The trickiest part was getting the piece borders to render correctly, and I solved it by redrawing them on every change.
As an example: can you cover a 4×4 board using L-trominoes and one monomino? What about an 8×8 board? Can you generalize this for 2ⁿ×2ⁿ boards?
I fixed some bugs and finished the basic features, including the border of the pieces, the undo (Ctrl + Z) and the selection of cells for typing (Shift + Click).
Log in to leave a comment
Now you can color cells. I will add a function to drag to create pieces with border.
Log in to leave a comment
I just finished the basic grid thing. The next steps are:
Log in to leave a comment