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'))
- Modern browsers,
- Mobile devices,
- Screen readers
npm build
- to convert all .ts files into a single .js (browsers cant use .ts).npm watch
- same as build, but will convert automatically, when detects any changes.
npm lint
- to check if there are any obvious mistakes in .ts file, also helps to keep same style.npm fix
- will auto fix lint for you that it can by itself.