A suite of tools for Phantasy Star Online.
Go to file
2019-06-12 19:53:03 +02:00
public Converted drop tables to json. 2019-06-11 14:34:57 +02:00
src Method times can now be edited in-memory if some code is uncommented. 2019-06-12 19:53:03 +02:00
static Converted drop tables to json. 2019-06-11 14:34:57 +02:00
test Reformatted most of the code to comply to TypeScript conventions. 2019-05-29 01:37:00 +02:00
.env.development Customized antd theme. 2019-06-01 17:57:27 +02:00
.gitignore Initial commit from Create React App 2019-05-28 13:44:17 +02:00
antd.customize.less Improved hunt optimizer UI. 2019-06-06 02:24:21 +02:00
craco.config.js Customized antd theme. 2019-06-01 17:57:27 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Method times can now be edited in-memory if some code is uncommented. 2019-06-12 19:53:03 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig-scripts.json Converted drop tables to json. 2019-06-11 14:34:57 +02:00
tsconfig.json Converted all tests to TypeScript. 2019-05-28 22:24:28 +02:00
yarn.lock Method times can now be edited in-memory if some code is uncommented. 2019-06-12 19:53:03 +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