Unciv/README.md

137 lines
6.8 KiB
Markdown
Raw Normal View History

# Unciv - Civ V remake for Android & Desktop
2017-11-30 19:13:43 +07:00
2023-01-10 00:10:09 +07:00
![](/extraImages/GithubPreviewImage.jpg)
2019-11-21 04:24:45 +07:00
[![Google Play](https://img.shields.io/static/v1?label=Google&message=Play&color=607D8B&logo=google-play)](https://play.google.com/store/apps/details?id=com.unciv.app)
2022-07-12 03:58:00 +07:00
[![F-Droid](https://img.shields.io/f-droid/v/com.unciv.app?logo=f-droid)](https://f-droid.org/en/packages/com.unciv.app/)
[![itch.io](https://img.shields.io/static/v1?label=itch.io&message=Unciv&color=607D8B&logo=itch.io)](https://yairm210.itch.io/unciv)
2022-07-12 03:58:00 +07:00
[![Flathub](https://img.shields.io/flathub/v/io.github.yairm210.unciv?logo=flathub)](https://flathub.org/apps/details/io.github.yairm210.unciv)
[![AUR](https://img.shields.io/aur/version/unciv-bin?logo=arch-linux)](https://aur.archlinux.org/packages/unciv-bin)
2023-04-30 19:00:02 +07:00
[![pi-apps](https://img.shields.io/static/v1?label=pi-apps&message=Unciv&color=607D8B&logo=raspberry-pi)](https://github.com/Botspot/pi-apps)
2023-02-19 21:52:25 +07:00
[![macport](https://img.shields.io/badge/dynamic/json?logo=apple&label=MacPorts&prefix=v&query=version&url=https%3A%2F%2Fports.macports.org%2Fapi%2Fv1%2Fports%2Funciv%2F)](https://ports.macports.org/port/unciv/)
2019-05-23 01:55:07 +07:00
![Build status](https://github.com/yairm210/Unciv/workflows/Build%20and%20test/badge.svg)
[![Discord](https://img.shields.io/discord/586194543280390151?color=%237289DA&logo=discord&logoColor=%23FFFFFF)](https://discord.gg/bjrB4Xw)
2019-06-07 15:16:43 +07:00
2022-11-29 02:34:37 +07:00
## What is this?
2018-03-04 05:04:55 +07:00
2022-11-29 02:34:37 +07:00
An open source, mod-friendly Android and Desktop remake of Civ V, made with LibGDX
2018-03-04 05:04:55 +07:00
2021-02-03 18:20:43 +07:00
## Is this any good?
Depends what you're looking for. If you're in the market for high-res graphics, amazing soundtracks, animations etc, I highly recommend Firaxis's Civ-V-like game, "Civilization V".
If you want a small, fast, moddable, FOSS, in-depth 4X that can still run on a potato, you've come to the right place :)
2019-11-05 18:06:36 +07:00
## What's the roadmap?
2018-03-04 05:04:55 +07:00
In this order:
2019-10-25 20:42:22 +07:00
* Polish! As you may have noticed, Unciv is fully functional but rough around the edges. This means:
2022-08-18 21:35:49 +07:00
* UI+UX improvements ([suggestions welcome!](https://github.com/yairm210/Unciv/issues/new?assignees=&labels=feature&template=feature_request.md&title=Feature+request%3A+))
2019-11-15 20:25:06 +07:00
* Better automation, AI etc. in-game
* Finishing off Vanilla mechanics - mostly done!
* G&K mechanics - espionage, small other changes (see [#4697](https://www.github.com/yairm210/Unciv/issues/4697))
2021-10-06 00:39:21 +07:00
* BNW mechanics - trade routes, world congress, etc.
## Contributing
2019-11-16 23:41:02 +07:00
### How can I help?
2019-11-16 23:41:02 +07:00
2022-04-10 22:13:10 +07:00
Programmers start [here](https://yairm210.github.io/Unciv/Developers/Building-Locally/)!
2019-12-15 04:31:26 +07:00
2022-02-24 02:40:20 +07:00
Translators start [here](https://yairm210.github.io/Unciv/Other/Translating/)!
2020-04-19 18:17:52 +07:00
2022-02-24 02:40:20 +07:00
Modders start [here](https://yairm210.github.io/Unciv/Modders/Mods/)!
2019-12-11 01:34:20 +07:00
You can join us in any of the open issue, or work on improving anything you want - once you're finished, issue a pull request and it'll go into the next version!
2019-11-16 23:41:02 +07:00
If not, you can help by spreading the word - vote for Unciv where you can, mention it on Reddit or Twitter etc, and help us with new ideas of how to get the word out!
2019-06-11 01:45:47 +07:00
## FAQ
2019-06-19 18:47:44 +07:00
## How do I install?
- **Android** - [Google Play](https://play.google.com/store/apps/details?id=com.unciv.app) or [F-droid](https://f-droid.org/en/packages/com.unciv.app/)
- **Windows/Linux** - [itch.io](https://yairm210.itch.io/unciv), Flatpak via [Flathub](https://flathub.org/apps/details/io.github.yairm210.unciv), or [AUR](https://aur.archlinux.org/packages/unciv-bin)
- **Raspberry Pi** - [Pi-apps](https://github.com/Botspot/pi-apps)
- **MacOS** - Install [with this guide](https://yairm210.github.io/Unciv/Other/Installing-on-macOS/)
- Jars, APKs and Windows/Linux builds also available in [Releases](https://github.com/yairm210/Unciv/releases) (run jar with `java -jar Unciv.jar`) - *not recommended* since we update frequently and you will quickly become out-of-date
- [Build from scratch](https://yairm210.github.io/Unciv/Developers/Building-locally-without-Android-Studio/) if that's your thing
### How about IOS?
I'm not planning on it. It means paying money to Apple, yet another release path,
and since I don't have an IOS device it means I can't test it properly.
2023-06-07 17:33:05 +07:00
### Steam release?
Steam has decided that they don't want to host Unciv, they probably don't want to risk legal issues with Firaxis (although those should be non-existent, see below)
2023-06-07 17:33:05 +07:00
### Will you implement {feature}?
2019-06-19 18:47:44 +07:00
If it's in the original Civ V, then yes!
There's a lot left to implement, so it's hard to give an estimation of when exactly each feature will be added, but we're constantly improving!
If not, then the feature won't be added until we've finished all the features from the original Civ - as mentioned, this will take a while!
#### Why not? This is its own game, why not add features that weren't in Civ V?
2021-06-27 03:33:12 +07:00
Having a clear vision is important for actually getting things done.
2021-06-27 03:33:12 +07:00
Anyone can make a suggestion. Not all are good, viable, or simple. Not many can actually implement stuff.
As an open source project, this stuff is done in our spare time, of which there isn't much.
We need a clear-cut criteria to decide what to work on and what not to work on.
#### Will you implement Civ VI?
2019-10-24 22:38:56 +07:00
2020-07-14 03:00:40 +07:00
Considering how long it took to get this far, no.
2019-10-24 22:38:56 +07:00
### How can I learn to play? Where's the wiki?
All the tutorial information is available in-game at menu > civilopedia > tutorials
All the information is included in the amazing [Civ V wiki](https://civilization.fandom.com/wiki/)
Since this is a Civ V clone, you can search Google for how to play Civ V and there are loads of answers =)
Alternatively, you could [join us on Discord](https://discord.gg/bjrB4Xw) and ask there =D
### Aren't you basically making a Civ V clone? Is that even legal?
2020-02-23 17:06:30 +07:00
This is a subject that I've heard a lot of hearsay on but no solid sources of law.
From what I gather, it is illegal:
- To use the Civilization name
- To impersonate the Civ games (so calling yourself civi|zation with a similar logo, for instance)
- To use any assets from the original game (images, sound etc) - they belong to Firaxis
From what I understand, intellectual property rights apply to names, characters and settings. They do not apply to mechanics - as I'm sure you know, there are a billion Flappy Bird knockoffs
If anyone has any real legal sources, or can shed some light on the limits of what is and is not allowed, I'd be happy to hear!
2023-08-20 13:18:13 +07:00
## Run with Docker [![Docker](https://github.com/haimlm/Unciv/actions/workflows/dockerPublish.yml/badge.svg)](https://github.com/haimlm/Unciv/actions/workflows/dockerPublish.yml)
2022-06-02 02:21:56 +07:00
If you have docker compose installed:
2022-06-02 02:21:56 +07:00
```$ docker compose build && docker compose up```
2022-06-02 02:21:56 +07:00
and then goto http://localhost:6901/vnc.html?password=headless
If just docker:
```$ docker build . -t unciv && docker run -d -p 6901:6901 -p 5901:5901 unciv ```
Or just use our already built one:
2023-07-07 14:32:45 +07:00
```$ docker run -d -p 6901:6901 -p 5901:5901 ghcr.io/yairm210/unciv ```
and then goto http://localhost:6901/vnc.html?password=headless
## [Credits and 3rd parties](docs/Credits.md)