Skip to content

userXinos/HadesSpace

Repository files navigation

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

  • parser - The main module that works with raw game data
  • i18n - Module that build data for localization

Contributing & Contributors

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