I’ve been playing this off and on for the last 2 months, and it’s a very good remake of Civ V. It’s very impressive, and continuing to improve!
Anyone know how to run this on my Desktop without installing Android Studio? I am not too familiar with how Android applications are structured.
Reading https://github.com/yairm210/UnCiv#is-there-a-desktop-version it sounds like you don’t need Android Studio at all to just play the game
Yup, I grabbed the jar from the releases and it worked out of the box with java -jar Unciv.jar.
java -jar Unciv.jar
I’ve been playing this off and on for the last 2 months, and it’s a very good remake of Civ V. It’s very impressive, and continuing to improve!
Anyone know how to run this on my Desktop without installing Android Studio? I am not too familiar with how Android applications are structured.
Reading https://github.com/yairm210/UnCiv#is-there-a-desktop-version it sounds like you don’t need Android Studio at all to just play the game
Yup, I grabbed the jar from the releases and it worked out of the box with
java -jar Unciv.jar
.