Go to file
2021-12-10 12:41:22 -06:00
.github Remove pull_request.close GitHub Action trigger to prevent build duplicates 2021-11-17 21:00:38 +03:00
build Implement commit watcher without GitHub API dependency 2021-11-14 22:56:29 +03:00
javascripts Merge pull request #1738 from IvarK/earth/low-priority-new-cool-modals 2021-12-10 12:41:22 -06:00
public Merge pull request #2051 from IvarK/away-progress-gamedatabase 2021-12-09 11:26:45 -08:00
src Inline SFC CSS classes into a separate CSS file to prevent conflicts with styles.css 2021-12-03 18:59:04 +03:00
.browserslistrc Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
.editorconfig Add .editorconfig 2019-10-28 19:55:38 +03:00
.eslintignore Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
.eslintrc.json Merge pull request #1738 from IvarK/earth/low-priority-new-cool-modals 2021-12-10 12:41:22 -06:00
.gitattributes Create .gitattributes 2019-04-02 09:46:30 +03:00
.gitignore Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
babel.config.js Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
LICENSE Liberate the code 2019-07-25 12:02:39 +03:00
MonospaceTypewriter.sfd add up/down arrow (as used in glyph level boost/cap display) to font 2019-09-16 09:38:13 -04:00
package-lock.json Update @vue/cli-service to 5.0.0-rc.0 2021-11-14 22:56:29 +03:00
package.json Implement commit watcher without GitHub API dependency 2021-11-14 22:56:29 +03:00
README.md Update README.md 2021-12-02 20:50:27 +03:00
vue.config.js Change devtool to eval-source-map for better source maps 2021-11-15 14:13:38 +03:00

Antimatter Dimensions

Run

To run the game locally, you will need to install Node.js (LTS suggested).

First, run the following command in your terminal (or command line) while being inside the checked out repository:

npm ci

After all the packages are installed, start up the game:

npm run serve

This will make the game served via your localhost, and the playable link will be displayed in your terminal. The server doesn't need to be restarted after you've made changes - just reload the page. The server can occasionally crash, so check your terminal from time to time and run serve again if needed.