Open-source Android/Desktop remake of Civ V
Go to file
2019-04-24 21:14:53 +03:00
android Added a popup for people who try to create a game and fail 2019-04-24 21:14:53 +03:00
core Added a popup for people who try to create a game and fail 2019-04-24 21:14:53 +03:00
desktop Updated gradle wrapper 2019-04-24 09:47:33 +03:00
extraImages
gradle/wrapper Updated gradle wrapper 2019-04-24 09:47:33 +03:00
ios
.gitignore
.travis.yml Travis update, using 'android:components' instead of 'install' for base installations 2018-12-03 10:17:06 +02:00
app.json
build.gradle
CODE_OF_CONDUCT.md
Credits.md
debug.keystore
Game Making Tips.md
gradlew
gradlew.bat Initial commit 2017-11-22 00:09:35 +02:00
keystore.jks
LICENSE Create LICENSE 2018-02-25 00:13:37 +02:00
README.md Solved #413 probable (ANR trying to load super-huge autosave game) by disabling the update() in the initialize, instead setting shouldUpdate to true by default so it'll update in the rendering thread 2019-01-14 21:57:09 +02:00
settings.gradle

UnCiv

LibGDX Kotlin

What is this?

An Android port of Civ V Made with LibGDX on Android Studio

What's been implemented?

  • Map tiles (including water), resources and improvements
  • Units and movement
  • Cities, production and buildings
    • Population and Specialists
  • Policies and Golden Ages
  • Combat and barbarians
    • Promotions and combat modifiers
  • Other civilizations, diplomacy and trade
  • Hotseat multiplayer

What's next?

  • UI+UX improvements (suggestions welcome!)
  • Map editor

So, does it work?

Everything that's been implemented so far, works.

You can start and finish a game by:

  • Science victory - building the Apollo Program and then all the required spaceship parts.
  • Cultural victory - completing 4 policy branches
  • Domination victory - defeating all other civilizations!

I'd love to hear your feedback, either here or via mail to yairm210@hotmail.com!

Credits and 3rd parties