KeeganW / ti4

TI4 Map Generator - Generate a custom, unique, and balanced Twilight Imperium 4 galaxy map to use in your next game!
https://keeganw.github.io/ti4/
28 stars 23 forks source link
generator github-page map ti4 twilight-imperium

TI4 Generator

A web tool to generate Twilight Imperium 4 game boards through many custom settings.

Web Quick Start

Visit the web page located on github pages. This is running from the gh-pages branch.

Development Setup

  1. Install Node and NPM for your OS using their website or brew on Mac (brew install node)
  2. In the root directory of the cloned project, run npm install
  3. Once it is done, you can start the development server with npm start. If a web page is not automatically opened, go to localhost:3000/ti4

Using the Tool

The tool has many features, go poke around! Here is a list of notable features:

Pushing Changes to Github Pages

npm run deploy

Using react's gh-pages you can simply run the above command to deploy to the github page.