Go to file
Dys 7e717b8de2
S12 theme PR (#3285)
* Base of S12 theme

* Add taskbar (no subtab switching yet) for S12

* Add s12 support for old UI

* Add subtab switching support to s12

* Make S12 subtabs properly blur the background

* Add minimisation functionality

* Add images for all tabs in s12

* Move Fixed UI components into another file S12

* Style Modals for S12

* Fix bugs with S12 in the glyph cosmetic modal

* Add a245 message for S12

* Add desktop icons to s12

* Address PR feedback (S12 theme)

- Remove a bunch of debug statements
- Make image size smaller where needed
- Fix a bug with news disabled
- Fix end credits modal colours

* Add a games modal to S12

* Fix stray bugs with modal handling in S12

* Fix colouring and positioning of credits display on S12

* Fix S12 bugs (thanks hira)

* Fix S12 glyph tooltip bug
2023-02-04 19:52:59 +08:00
.github Change the test link in a GitHub deploy action 2022-12-17 16:40:09 +01:00
build remove the no-bitwise rule and all the eslint-disable-rule stuff 2022-08-04 19:02:39 +03:00
javascripts S12 theme PR (#3285) 2023-02-04 19:52:59 +08:00
public S12 theme PR (#3285) 2023-02-04 19:52:59 +08:00
src S12 theme PR (#3285) 2023-02-04 19:52:59 +08:00
.browserslistrc Update the browser requirements 2022-03-28 20:48:20 -05:00
.editorconfig Add .editorconfig 2019-10-28 19:55:38 +03:00
.env.development Add a VUE_APP_DEV flag to npm run serve 2022-12-05 01:09:53 +01:00
.env.master Add release build config 2022-11-30 01:03:24 +01:00
.eslintignore Add browserslist-useragent-regexp as a dev dependency and add a pre-build script utilizing it 2022-03-28 19:00:12 +03:00
.eslintrc.json remove the no-bitwise rule and all the eslint-disable-rule stuff 2022-08-04 19:02:39 +03:00
.gitattributes Create .gitattributes 2019-04-02 09:46:30 +03:00
.gitignore Add pre-serve build step to check if node_modules are up-to-date 2022-03-28 18:18:34 +03:00
.stylelintignore add stylelint, configure, and apply changes 2022-05-14 02:40:15 -07:00
.stylelintrc.json Merge pull request #2602 from IvarK/somewhat-standardize-keyframe-names 2022-05-19 06:15:50 -07:00
babel.config.js Integrate Webpack and Babel via Vue CLI 2021-11-14 18:52:45 +03:00
jsconfig.json fix weird jsconfig error in vscode 2022-04-24 19:17:24 -07: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 Fix notation issue (hopefully) (#3202) 2022-11-29 21:59:20 +01:00
package.json Add release build config 2022-11-30 01:03:24 +01:00
README.md Update README.md 2021-12-02 20:50:27 +03:00
vue.config.js Add release build config 2022-11-30 01:03:24 +01: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.