51 lines
3 KiB
Markdown
51 lines
3 KiB
Markdown
_______________________________________________________________________
|
|
_________ __ __
|
|
/ _____// |_____________ _/ |______ ____ __ __ ______
|
|
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
|
|
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ |
|
|
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
|
|
\/ \/ \//_____/ \/
|
|
______________________ ______________________
|
|
T H E W A R B E G I N S
|
|
Stratagus - A free fantasy real time strategy game engine
|
|
|
|
[![Join the chat at https://gitter.im/Wargus](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Wargus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
[![Discord](https://img.shields.io/discord/780082494447288340?style=flat-square&logo=discord&label=discord)](https://discord.gg/dQGxaw3QfB)
|
|
|
|
Windows: <a href="https://ci.appveyor.com/project/timfel/stratagus"><img width="100" src="https://ci.appveyor.com/api/projects/status/github/Wargus/stratagus?branch=master&svg=true"></a>
|
|
|
|
Linux & OSX: [![Build Status](https://travis-ci.org/Wargus/stratagus.svg?branch=master)](https://travis-ci.org/Wargus/stratagus)
|
|
|
|
For Mac OS X, Stratagus comes bundled in the app bundles for Wargus, Stargus, and War1gus:
|
|
- Wargus: https://github.com/Wargus/stratagus/wiki/osx/Wargus.app.tar.gz
|
|
- War1gus: https://github.com/Wargus/stratagus/wiki/osx/War1gus.app.tar.gz
|
|
- Stargus: https://github.com/Wargus/stratagus/wiki/osx/Stargus.app.tar.gz
|
|
|
|
On Ubuntu/Debian, you probably want the deb packages:
|
|
- https://launchpad.net/~stratagus/+archive/ubuntu/ppa
|
|
- Note that the game packages you probably want are `wargus`, `war1gus`, and `stargus`
|
|
|
|
For Windows, you likely want the game installers:
|
|
- Wargus: https://github.com/Wargus/wargus/releases
|
|
- War1gus: https://github.com/Wargus/war1gus/releases
|
|
- Stargus: https://github.com/Wargus/stargus/releases
|
|
|
|
If you do indeed need the Stratagus engine itself, nightly builds are available:
|
|
- Windows Installer: https://github.com/Wargus/stratagus/releases/tag/master-builds
|
|
- Ubuntu/Debian Packages: https://launchpad.net/~stratagus/+archive/ubuntu/ppa
|
|
|
|
### Contributing
|
|
|
|
If you want to contribute, there is a video that details how to set up a development environment on Windows using VSCode here: https://youtu.be/c1Zm7tt_QtQ
|
|
|
|
Read 'doc/index.html' for general information and license information.
|
|
Read 'doc/install.html' for Stratagus installation instructions.
|
|
Read 'doc/changelog.html' for the Stratagus changelog.
|
|
|
|
The Mac and Windows builds are done on Appveyor and Travis. The Ubuntu packages
|
|
are built on Launchpad:
|
|
- https://code.launchpad.net/~stratagus/+recipe/stratagus-github
|
|
- https://code.launchpad.net/~stratagus/+recipe/war1gus-github
|
|
- https://code.launchpad.net/~stratagus/+recipe/stargus-github
|
|
- https://code.launchpad.net/~stratagus/+recipe/wargus-github
|