-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from subchannel13/v1.1
v1.1
- Loading branch information
Showing
11 changed files
with
242 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ gradle-app.setting | |
.DS_Store | ||
/captures | ||
.externalNativeBuild | ||
.idea/dictionaries/*.xml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# EnchantedFortress | ||
# Enchanted Fortress | ||
|
||
A simple game inspired by Age of Castles. Distribute your population to farming, construction, guard duty and scholarship, survive demon invasion and find the way to banish them forever. | ||
|
||
## Story | ||
|
||
Dark days are upon your land, twisted people have made a pact with demons, hell gates have been opened and demon kind has started to roam this world. As the time passes more hell gates open and demon army grows stronger and bolder. If they are not stopped the realm will be overrun. | ||
|
||
Your scholars speculate if there is a ritual to summon the demons then there must be the one to banish them. Help them perform the ritual and defend them from demons who will try to stop them. | ||
|
||
## How to play | ||
|
||
Majority of the game revolves around distributing population to following jobs: | ||
* Farmers - increase population growth | ||
* Builders - build city walls | ||
* Soldiers - increase military strength | ||
* Scholars - research improvements and banish demons | ||
|
||
As the time (turns) passes demon army strength will grow and when they grow confident enough they will mount an attack. The attacks don't come without the | ||
warning, your people will report how many demons they saw. It's not an accurate number but expect them to have at least that many troops. When the attack comes all of your population participates in the defense, both soldiers and workers. Soldiers are stronger defenders but if you are caught unprepared civilians will do their best to survive. Tall city wall is great way to not get caught unprepared. | ||
|
||
Ultimately your success depends on balancing military power and economy. It might be tempting to employ as many people as possible as soldiers but if the attack doesn't come on given turn your economy won't grow fast enough to handle future demon attacks. Early on farming improves the economy the most, more people you have more of them you can employ to construct walls and field as soldiers. Research is another way to improve your military and economy in the long term. All population participates in research but similar to military strength not everyone contribute equally. Scholars (people not assigned to farming, construction and guard duty) generate more research points then others. | ||
|
||
Staying barricaded behind the wall will not make you unconquerable, eventually demons will grow powerful enough to overcome any defenses. Banishment ritual is the only way to defeat demons for good. Performing it will gradually close hell gates, making demon army grow slower and once finished will permanently stop demon invasion. | ||
|
||
## Support | ||
|
||
If you find a bug, please report it on the [issue tracker](https://github.com/subchannel13/EnchantedFortress/issues) | ||
|
||
[Donate via PayPal](https://www.paypal.me/IvanKravarscan/5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.