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
This main.c should be able to generate a map using user inputs.
It would use prompts (or command line parameters for the map dimensions and number of layers) to ask :
seed
map width
map height
nb layers
And, for each layer :
grid width
grid height
layer factor
And finally, whether to save the map or not.
The text was updated successfully, but these errors were encountered:
This main.c should be able to generate a map using user inputs.
It would use prompts (or command line parameters for the map dimensions and number of layers) to ask :
And, for each layer :
And finally, whether to save the map or not.
The text was updated successfully, but these errors were encountered: