userXinos / HadesSpace

Project for the game Hades' Star - https://hadesstar.com/
https://userxinos.github.io/HadesSpace/
GNU Affero General Public License v3.0
28 stars 15 forks source link
csv csv-parser game hadesstar vue3-composition-api vue3-setup vue3-typescript vuejs

logo

HadesSpace

The project contains a tool for parsing csv tables compiled from game data. The developed parser combines information from various game tables, collecting data in a convenient format (.js, .json etc). Parsed data is also used by community members to develop their Discord bots.

The Vuejs3 web application supports PWA and optimal display on various screens, and also supports the entire locale from the game and additional ones contributed by the community. Current deployment

If you are a data miner, you can find tables in the parser directory, and images in src

Build web-app

npm install # install dependencies
npm run build # build

Build a developer build

npm install # install dependencies if not already installed
npm run parser # parse game data
npm run i18n:full # generate localization strings
npm run dev # deploy local server

Requirements

Modules

Contributing & Contributors

Contributions are welcome! Please see the CONTRIBUTING.md file for more information.