Incremental Empire is a turn-based incremental game. Why should you have to wait for those numbers to go up?
In Incremental Empire, you will need to restart the game to improve how your empire can evolve. Restarting will give you points that can be spent for upgrades that will let you advance further in your next gameplay. You will also need to unlock achievements to restart more efficiently, and beat challenges to go further in the game.
Features include:
- (Re)start with various empire types that have different gameplay and goals
- Unlock tons of upgrades and achievements
- Non linear progress through the various empire types
- (Planned) Automation
- (Planned) Challenges that require you find a real strategy to unlock progress
- (Planned) Evolve your empire through the ages and start again, or unlock ways to start your next empire in a more advanced state
- (Planned) From stone age and before, to space age and beyond!
Does not include:
- Waiting
- Idle game
- Keeping your computer on all night to get more progress while slowly heating the planet
This game was inspired by other inventive incremental games. Give them a try, they are worth it!
The game is developed using Ember.js and ember-cli. The various icons are from fontawesome's free icon library.
I plan the game and its features using the Kanban-style github project. You can visit it to get an idea of what is currently going on.
I am open to suggestions and ideas, but there are no designated place yet for those (coming later)
git clone git@github.com:DainDwarf/IncrementalEmpire.git
cd incremental-empire
yarn install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
The application is currently deployed on https://daindwarf.github.io/IncrementalEmpire. If you don't play there, I am not responsible for anything that happens to you!
To deploy, merge your latest changes on the gh-pages
branch, execute the ./gh-pages.sh
script, commit and push.