Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+14 votes
asked in CSC305 Fall 2022 by (2k points)

2 Answers

+9 votes

One approach would be, if you already worked on the save/load option, is to draw the mountains in the grid, saving the current file, and when the user clicks that template, you just have to load the file you saved before.

answered by (1 point)
+4 votes

what we did is got the main tile and then adjust nearby tiles depending on what the user wanted to add using for loops

answered by (1 point)
...