Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 623 Bytes

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