Skip to content

thatsmydoing/datalinks

Repository files navigation

Datalinks

This is an HTML recreation of the datalinks in Sid Meier's Alpha Centauri.

The sources used were from GoG's Sid Meier's Alien Crossfire with the addition of the Comprehensive Datalinks Update by GooglyBoogly. In addition, missing blurbs for the new base facilities were taken from AC Wiki.

Build Setup

# install dependencies
npm install

# local dev server
npm run dev

# build for production with minification
npm run build
cp -r img dist/img
# if you have voices copy them into dist too