Skip to content

awWhy/Fundamental

Repository files navigation

Fundamental

Attempt to make something
Can be played at 'https://awwhy.github.io/Fundamental/'
If you want to report a bug (here or on discord), try to give details on how it happened and screenshot of any errors in console (Errors look like small wall of red text, as example: Uncaught TypeError: Cannot read properties of null (reading '0'))

Should be supported by:

  1. Modern browsers,
  2. Mobile devices,
  3. Screen readers

If you plan do anything with this, then you need to:

npm install - This will install everything that was used in here.

Keep in mind it will install latest version of dependencies, so something might break.


Special NPM commands: (Configure first)

  1. npm build - to convert all .ts files into a single .js (browsers cant use .ts).
  2. npm watch - same as build, but will convert automatically, when detects any changes.
You can add :map if you need to see from which file and line, error has came from in a browser.
  1. npm lint - to check if there are any obvious mistakes in .ts file, also helps to keep same style.
  2. npm fix - will auto fix lint for you that it can by itself.

About

Explore the Universe with this idle-game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published