userXinos / HadesSpace

Project for the game Hades' Star - https://hadesstar.com/

Home Page:https://userxinos.github.io/HadesSpace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Project for the game Hades' Star - https://hadesstar.com/

https://userxinos.github.io/HadesSpace/

License:GNU Affero General Public License v3.0


Languages

Language:Vue 51.1%Language:JavaScript 27.8%Language:TypeScript 11.3%Language:HTML 5.0%Language:CSS 2.9%Language:SCSS 1.8%