Go to file
2021-11-14 06:35:54 -08:00
.github/ISSUE_TEMPLATE Bye spec 2020-04-13 18:28:30 -05:00
audio new news 2.0 audio 2021-04-03 20:06:58 -07:00
fungame resolve comments 2021-11-14 03:38:49 -08:00
images Merge pull request #1933 from IvarK/spreading-cancer-change 2021-10-14 21:12:30 +08:00
javascripts undo player changes 2021-11-14 06:35:54 -08:00
PlayFab trying to fix errors 2017-09-23 20:10:03 +03:00
stylesheets Make suggested news ticker changes 2021-11-10 22:11:06 -06:00
typings Update break_infinity.js 2019-06-30 16:23:41 +03:00
.editorconfig Add .editorconfig 2019-10-28 19:55:38 +03:00
.eslintignore Ignore 3rdparty code in eslint, fix small things 2019-04-26 15:48:37 -04:00
.eslintrc.json Migrate to ES Modules 2021-11-14 10:03:49 +03:00
.gitattributes Create .gitattributes 2019-04-02 09:46:30 +03:00
.gitignore Migrate to ES Modules 2021-11-14 10:03:49 +03:00
about.html change about me 2018-07-08 20:35:59 +03:00
changelog.html glyphsac mention and finished up changelog edits (#148) 2019-03-22 11:42:19 +03:00
font_test.html standardize units from px > rem 2020-04-17 22:42:09 -07:00
icon.png Add files via upload 2017-09-23 19:57:11 +02:00
index.html Migrate to ES Modules 2021-11-14 10:03:49 +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 Migrate to ES Modules 2021-11-14 10:03:49 +03:00
package.json Migrate to ES Modules 2021-11-14 10:03:49 +03:00
README.md Add instructions on how to run the game locally to README 2021-11-14 10:16:21 +03:00
slider_test.html Resolve comments P1 2021-06-15 19:39:44 -07:00
theme-preview.html implement s10 (s6+metro) 2021-09-28 20:38:24 -07:00
version.txt notify people 2018-06-17 22:55:06 +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 install

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.