Update README.md
This commit is contained in:
parent
a9d873b564
commit
9532bda635
1 changed files with 32 additions and 1 deletions
33
README.md
33
README.md
|
@ -1,5 +1,36 @@
|
||||||
# UnCiv
|
# UnCiv
|
||||||
|
|
||||||
|
![](https://travis-ci.org/yairm210/UnCiv.svg?branch=master)
|
||||||
|
|
||||||
|
[![LibGDX](https://img.shields.io/badge/libgdx-1.9.6-red.svg)](https://libgdx.badlogicgames.com/)
|
||||||
|
[![Kotlin](https://img.shields.io/badge/kotlin-1.2.21-orange.svg)](http://kotlinlang.org/)
|
||||||
|
|
||||||
A Civ-like game for Android
|
A Civ-like game for Android
|
||||||
|
|
||||||
Made with LibGDX on Andoid Studio
|
Made with LibGDX on Android Studio
|
||||||
|
|
||||||
|
## What is this?
|
||||||
|
|
||||||
|
An Android port of Civ V
|
||||||
|
|
||||||
|
# What's been implemented?
|
||||||
|
|
||||||
|
* Map tiles, resources and improvements
|
||||||
|
* Units and movement
|
||||||
|
* Cities, production and buildings
|
||||||
|
* Population and Specialists
|
||||||
|
* Policies and Golden Ages
|
||||||
|
|
||||||
|
# What's next?
|
||||||
|
|
||||||
|
* Combat and barbarians
|
||||||
|
* Other civilizations (combat-only)
|
||||||
|
* Diplomacy options
|
||||||
|
|
||||||
|
## So, does it work?
|
||||||
|
|
||||||
|
Everything that's been implemented so far, works.
|
||||||
|
|
||||||
|
You can start and finish a game by winning a Science victory - by building the Apollo Program and then all the required spaceship parts.
|
||||||
|
|
||||||
|
You can also (technically) win a culture victory, although it is unfeasable at this point
|
||||||
|
|
Loading…
Reference in a new issue