Lucas Noal Pötter
Lucas Noal Pötter
This issue refers to an ESLint rule, which is extended in its recommendation: [no-prototype-builtins](https://eslint.org/docs/latest/rules/no-prototype-builtins). The rule highlights some advantages, such as: avoidance of property shadowing errors, better compatibility with third-party...
Change `nosa` to `nossa`.
* Implemented init.lua to handle the creation of project directories and files. This includes functions for creating the project structure and initializing a template game. _This PR solves #31_
* The `http_file_curl` enables users to perform asynchronous file downloads using the `cURL` command. It constructs a curl command based on the specified HTTP method and URL, allowing the request...