Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blank world #741

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Add blank world #741

merged 2 commits into from
Oct 10, 2022

Conversation

xsebek
Copy link
Member

@xsebek xsebek commented Oct 10, 2022

@xsebek xsebek requested a review from byorgey October 10, 2022 20:21
attr: robot
world:
default: [grass]
offset: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be able to remove offset: true, it does nothing if the world is blank (offset: true means we try to find a starting location for the base with various starting resources nearby).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, maybe the default should be blank instead of grass? After all, the world is supposed to be... blank. 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, we need to add a way to change the terrain... #742 .

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, done! I purposely did not make it entirely blank... at least for now. There are a couple of reasons:

  1. There are more games with default flat green world, like Superflat in Minecraft. The first programming game I played was a gardener robot puzzle, so that might have influenced me.
  2. It's harder to tell apart from the side panels.
  3. A truly blank void is depressing.

@xsebek xsebek merged commit a7aceec into main Oct 10, 2022
@mergify mergify bot deleted the blank branch October 10, 2022 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a scenario for creative mode with a blank world
2 participants