Gravity Assist is a tool for Infinite Lagrange, a game by NetEase.
Infinite Lagrange is a space-themed multiplayer RTS where players can build fleets and attack other players.
Feel free to use my data, which can be found in the /server/api/data/ships.ts file.
Each ship follows the data structures in their type declarations in /utils/ships.ts.
- Create a
.envfile in the root of the project
NUXT_BASE64_SERVICE_ACCOUNT = '...'
NUXT_BASE_URL = ...- Install dependencies and run locally
npm install
npm run dev