Add most bits from #7381.
This commit is contained in:
parent
56c2b18401
commit
bf591e5391
1 changed files with 28 additions and 2 deletions
30
README.md
30
README.md
|
@ -8,7 +8,7 @@
|
|||
About
|
||||
=====
|
||||
|
||||
**The Battle for Wesnoth** is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. Fight a desperate battle to reclaim the throne of Wesnoth, or take hand in any number of other adventures.
|
||||
**The Battle for Wesnoth** is an Open Source, turn-based tactical strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. Fight a desperate battle to reclaim the throne of Wesnoth, search for the key to immortality, or take part in any number of other adventures.
|
||||
|
||||
Community
|
||||
---------
|
||||
|
@ -28,6 +28,17 @@ Mastodon:
|
|||
Steam forums:
|
||||
<https://steamcommunity.com/app/599390/discussions/>
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
* A variety different campaigns, each with their own tactical challenges, emotionally charged story, and multiple difficulty levels.
|
||||
* A detailed world and storytelling with hundreds of sprites, animations, and characters.
|
||||
* Many different unit skills and traits across several factions.
|
||||
* A map editor with multiple tools, hundreds types of terrain, and the ability for you to save and share maps with others. Create your own scenarios/battles for near infinite replayability.
|
||||
* Highly moddable, allowing a wide array of community created map packs, eras, and entire campaigns.
|
||||
* Online and local multiplayer gameplay to play with friends, strangers, or against the AI.
|
||||
* Changeable settings for base gameplay, with nearly limitless options for different hotkey configurations.
|
||||
* Beautifully composed playlist that captures the era and grandiosity of this lore-filled high-fantasy world.
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
@ -35,6 +46,7 @@ Installing
|
|||
Wesnoth can be played on Windows, macOS, and Linux, and can be installed using:
|
||||
* [Steam](https://store.steampowered.com/app/599390/Battle_for_Wesnoth/) (all)
|
||||
* [itch.io](https://wesnoth.itch.io/battle-for-wesnoth) (Windows and macOS)
|
||||
* Download folder, unzip, then run/open wesnoth.exe
|
||||
* The [macOS App Store](https://apps.apple.com/us/app/the-battle-for-wesnoth/id1450738104)
|
||||
* standalone installers on [SourceForge](https://sourceforge.net/projects/wesnoth/files/) (Windows and macOS)
|
||||
* [Flatpak](https://flathub.org/apps/details/org.wesnoth.Wesnoth) (Linux)
|
||||
|
@ -46,7 +58,13 @@ To build the game from source, see [INSTALL](/INSTALL.md) for instructions.
|
|||
Contributing
|
||||
------------
|
||||
|
||||
Wesnoth is most in need of skilled C++ developers (C++14 and later), however there are things that nearly anyone can help with from simpler tasks in C++, the Lua and WML used for content scripting, Python used by various external tools, and even things like play testing and giving feedback on updated campaigns. Additionally, Wesnoth lacks art for a variety of unit animations - anyone who would be interested in lending a hand updating existing unit sprites or creating animations should take a look at the Art Forum as well as contact our current art director.
|
||||
Wesnoth is most in need of skilled C++ developers (C++14 and later), however there are things that nearly anyone can help with:
|
||||
* Simple tasks in C++.
|
||||
* The Lua and WML used for content scripting.
|
||||
* Python used by various external tools.
|
||||
* Even play testing and giving feedback on updated campaigns!
|
||||
|
||||
Additionally, Wesnoth lacks art for a variety of unit animations - anyone who would be interested in lending a hand in updating existing unit sprites or creating animations should take a look at the [Art Contributions](https://forums.wesnoth.org/viewforum.php?f=9) forum as well as contact our current art director.
|
||||
|
||||
See also: [CONTRIBUTING](/CONTRIBUTING.md)
|
||||
|
||||
|
@ -82,3 +100,11 @@ A (translated) description of how to play the game can be found in doc/manual/ma
|
|||
For information on creating your own maps, scenarios, and other content, see:
|
||||
|
||||
<https://wiki.wesnoth.org/Create>
|
||||
|
||||
Gallery
|
||||
-------
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue