richelbilderbeek / djog_unos_2018

Project by the Uno's at DJOG 2018-2019: Nature Zen
GNU General Public License v3.0
6 stars 2 forks source link

Re-do create_default tiles and agents #478

Open richelbilderbeek opened 5 years ago

richelbilderbeek commented 5 years ago

Is your feature request related to a problem? Please describe.

Currently, the game looks like this:

2019-03-15-162803_1722x910_scrot

This is not a natural ordering of things

Describe the solution you'd like

I suggest to design a more natural ordering of tiles, with for example:

Additionally, due to spawning, there may be no need for initial agents,

Keep the old ordering someplace in the code, e.g. by renaming it to create_test_default_tiles and create_test_default_agents.

Describe alternatives you've considered

None.

Additional context

None.

DynCoder commented 5 years ago

Isn't this a duplicate?

Op vr 15 mrt. 2019 16:31 schreef Richel Bilderbeek <notifications@github.com

:

Is your feature request related to a problem? Please describe.

Currently, the game looks like this:

[image: 2019-03-15-162803_1722x910_scrot] https://user-images.githubusercontent.com/2098230/54442664-579e1380-473f-11e9-9537-ac3b3f58e6ce.png

This is not a natural ordering of things

Describe the solution you'd like

I suggest to design a more natural ordering of tiles, with for example:

  • arctic at the north and south edges
  • water adjacent to arctic
  • beach adjacent to water
  • dunes adjacent to beach
  • grassland adjacent to dunes
  • desert adjacent to grassland
  • etc.

Additionally, due to spawning, there may be no need for initial agents,

Keep the old ordering someplace in the code, e.g. by renaming it to create_test_default_tiles and create_test_default_agents.

Describe alternatives you've considered

None.

Additional context

None.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richelbilderbeek/djog_unos_2018/issues/478, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab-TkvmDELJ9jRktEC11us-h2i7hBimUks5vW7zGgaJpZM4b2um4 .

antonhensen81 commented 5 years ago

Why was this marked 'maybe done'? I can't see it?

robkruger commented 5 years ago

I created it, but didn't enable it because the game gets really slow if you enable it.

richelbilderbeek commented 5 years ago

I will let @AramPetiet take a look at this today, as Rob's work is on develop now.

richelbilderbeek commented 5 years ago

@AramPetiet: Rob made a new create_default tiles and create_default_agents functions. Find these out and call these.

rijkvp commented 5 years ago

The game is faster now. It can run without any problems.