terra-invicta-tech-breakdown

This is an attempt to navigate Terra Invicta technology tree.

Description

In the game, the tree is very complex and sluggish. It doesn’t give much info. on what each technology/project unlocks.

This app presents the technologies and projects in another way:

Usage

The app available at https://hiryus.github.io/terra-invicta-tech-breakdown/app/ . Just open the link in your favorite (recent) browser.

Development

Browsers blocks access to local files for security reasons. It is thus required to spin a little web server when developing locally.

The local server requires nodejs and npm installed.

# Install the dependencies (this is required only the first time):
npm ci

# start the server:
npm start

Then open your browser on http://localhost:3000