Once a game is created a board must be randomly created. This creation needs to be intelligent so that a mix of different cells are generated in a coherent way, meaning that land cells should be generated together in order to form continents or inhabitable islands.
I need information about the arguments and return values.
What should be returned?
List <row>?
It is necessary to generate the terrain, is not it?
Cell must have a field "terrain", is not it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to do it
I need information about the arguments and return values.
What should be returned?
List <row>?
It is necessary to generate the terrain, is not it?
Cell must have a field "terrain", is not it?