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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Goals
53
53
-----
54
54
55
55
* Fully authentic look and feel
56
-
* This can only be approximated, since the behaviour of the original game is mostly undocumented,
56
+
* This can only be approximated since the behavior of the original game is mostly undocumented,
57
57
and guessing/experimenting can only get you this close
58
58
* We will not implement useless artificial limitations (max 30 selectable units...)
59
59
* An easily-moddable content format: [**nyan** yet another notation](https://github.com/SFTtech/nyan)
@@ -79,7 +79,7 @@ Current State of the Project
79
79
80
80
**Important notice**: At the moment, "gameplay" is basically non-functional.
81
81
We're implementing the internal game simulation (how units even do anything) with simplicity and extensibility in mind, so we had to get rid of the temporary (but kind of working) previous version.
82
-
With these changes we can (finally) actually make use of our converted asset packs and our nyan API!
82
+
With these changes, we can (finally) actually make use of our converted asset packs and our nyan API!
83
83
We're working day and night to make gameplay return\*.
84
84
If you're interested, we wrote detailed explanations on our blog: [Part 1](https://blog.openage.dev/new-gamestate-2020.html), [Part 2](https://blog.openage.dev/engine-core-modules.html), [Monthly Devlog](https://blog.openage.dev/tag/news.html).
85
85
@@ -99,16 +99,16 @@ If you're interested, we wrote detailed explanations on our blog: [Part 1](https
99
99
Installation Packages
100
100
---------------------
101
101
102
-
There's many missing parts for an actually working game.
102
+
There are many missing parts for an actually working game.
103
103
So if you "just wanna play", [you'll be disappointed](#current-state-of-the-project), unfortunately.
104
104
105
-
We strongly recommend to build the program from source to get the latest, greatest and shiniest project state :)
105
+
We strongly recommend building the program from source to get the latest, greatest, and shiniest project state :)
106
106
107
107
108
-
* For **Linux** check at [repology](https://repology.org/project/openage/versions) if your distribution has any packages available. Otherwise you need to build from source.
108
+
* For **Linux** check at [repology](https://repology.org/project/openage/versions) if your distribution has any packages available. Otherwise, you need to build from source.
109
109
We don't release `*.deb`, `*.rpm`, Flatpak, snap or AppImage packages yet.
110
110
* For **Windows** check our [release page](https://github.com/SFTtech/openage/releases) for the latest installer.
111
-
Otherwise, you need to build from source.
111
+
Otherwise, you need to build from the source.
112
112
113
113
* For **macOS** we currently don't have any packages, you need to build from source.
114
114
@@ -152,15 +152,15 @@ Contributing
152
152
You might ask yourself now "Sounds cool, but how do I participate
153
153
and ~~get famous~~ contribute useful features?".
154
154
155
-
Fortunately for you, there is a lot to do and we are very grateful for help.
155
+
Fortunately for you, there is a lot to do and we are very grateful for your help.
156
156
157
157
## Where do I start?
158
158
159
159
***Check the issues**[labelled with `good first issue`](https://github.com/SFTtech/openage/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). These are tasks that you can start right away and don't require much previous knowledge.
160
160
***Ask us** in the [chat](https://matrix.to/#/#sfttech:matrix.org). Someone there could need
161
161
help with something.
162
162
* You can also **take the initiative** and fix a bug you found, create an issue for discussion or
163
-
implement a feature that we never though of, but always wanted.
163
+
implement a feature that we never thought of, but always wanted.
164
164
165
165
166
166
## Ok, I found something. What now?
@@ -176,7 +176,7 @@ Fortunately for you, there is a lot to do and we are very grateful for help.
176
176
## How do I contribute my features/changes?
177
177
178
178
* Read the **[contributing guide](/doc/contributing.md)**.
179
-
* You can upload work in progress (WIP) versions or drafts of your contribution to get feedback or support.
179
+
* You can upload work-in-progress (WIP) versions or drafts of your contribution to get feedback or support.
180
180
* Tell us (again) when you want us to review your work.
0 commit comments