A suite of tools for Phantasy Star Online.
Go to file
2019-05-31 23:20:13 +02:00
public Added script for downloading ephinea drop table in TSV format. Added HuntOptimizer component and error boundary. 2019-05-30 17:57:31 +02:00
src Removed blueprintjs and added antd, refactored all code to use antd. Added list of wanted items to hunt optimizer. 2019-05-31 23:20:13 +02:00
test Reformatted most of the code to comply to TypeScript conventions. 2019-05-29 01:37:00 +02:00
.gitignore Initial commit from Create React App 2019-05-28 13:44:17 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Removed blueprintjs and added antd, refactored all code to use antd. Added list of wanted items to hunt optimizer. 2019-05-31 23:20:13 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig-scripts.json Added script for downloading ephinea drop table in TSV format. Added HuntOptimizer component and error boundary. 2019-05-30 17:57:31 +02:00
tsconfig.json Converted all tests to TypeScript. 2019-05-28 22:24:28 +02:00
yarn.lock Removed blueprintjs and added antd, refactored all code to use antd. Added list of wanted items to hunt optimizer. 2019-05-31 23:20:13 +02:00

Phantasmal World

Phantasmal World is a suite of tools for Phantasy Star Online. This project is in a very early stage of development.

For Developers

React is used for the frontend, MobX is used for state management and THREE.js for 3D graphics.

Getting Started

  1. Install Yarn (https://yarnpkg.com/)
  2. cd to the project directory
  3. Launch server on http://localhost:3000/ with yarn start
  4. src/index.tsx is the application's entry point

Tests

Run tests with yarn test.

Production Build

  1. Change the homepage field in package.json if you don't want to deploy to /
  2. Build with yarn build