-
Notifications
You must be signed in to change notification settings - Fork 135
Rephrasing some sentences in the README #202
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ WorldEngine - a world generator | |
|
|
||
| _The current stable version is 0.18.0_ | ||
|
|
||
| You can generate worlds data (heighmap, biome, etc.) and images for your own worlds. | ||
| You can generate your own world, including images (heigthmap, biomes, etc.). | ||
|
|
||
| For example: | ||
|
|
||
|
|
@@ -15,9 +15,9 @@ worldengine world -s 1 -n seed1 | |
|
|
||
| Worlds are generated using plate simulations, erosion, rain shadows, Holdridge life zones model and plenty of other phenomenons. | ||
|
|
||
| Once a world it can be used for simulation civs evolution (see project [civs](https://github.com/ftomassetti/civs)). | ||
| A finished world can be used for simulating the evolution of a civilization (see project [civs](https://github.com/ftomassetti/civs)). | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "A finished world" sounds weird to me There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "A finished world" is fine. In fact it's much better than his or read
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good then, I defer to the wisdom of native speaker :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or, you could just leave the word "finished" out, if you want to, and it
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is agreed that the original sentence was not... great :D
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should I use "The created world..." or "A stored world..." instead? I think I will go with the former one for now. |
||
|
|
||
| For a generated world is also possible to generate additional maps, for example ancient looking map: | ||
| It is also possible to generate additional maps, for example an ancient looking map: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
|
|
||
| ```bash | ||
| worldengine ancient_map -w seed1.world | ||
|
|
@@ -26,7 +26,7 @@ worldengine ancient_map -w seed1.world | |
|  | ||
|
|
||
|
|
||
| We started a [google group](https://groups.google.com/forum/?hl=en#!forum/worldengine): if you have ideas, problems, suggestions or want to contribute please [join us](https://groups.google.com/forum/?hl=en#!forum/worldengine)! | ||
| We started a [Google group](https://groups.google.com/forum/?hl=en#!forum/worldengine): Should you have ideas, problems, suggestions or want to contribute, please [join us](https://groups.google.com/forum/?hl=en#!forum/worldengine)! | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. capital letter after colon?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like it that way, although the topic seems to be a bit fuzzy.
or
So...both ways are possible, it seems.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok then, I also learnt something :) |
||
|
|
||
| Interoperability (Python, Java) | ||
| =============================== | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would underline that there is data produced: the images are a showcase to lure the user but the product is the data imho