jsrl icon indicating copy to clipboard operation
jsrl copied to clipboard

JavaScript/TypeScript Roguelike Template - The basics to start building your own

Results 11 jsrl issues
Sort by recently updated
recently updated
newest added

- Here we go! - Provides support for both `web` and `electron` targets - Updated `README` to document how to run each target - Moves bundle architecture from Parcel to...

- *THIS IS A NON-DESTRUCTIVE PR* (aka. no existing functionality is removed) - Just an experimental PR to make use of Tauri instead of Electron for the desktop app publishing...

- Update some package dependencies - Update `electron` to latest - Clean up `tsc` config

- Tackles https://github.com/slashman/jsrl/issues/13 - Make use of `npm-run-all` which is feeling more solid than `concurrently` - Needed to add a small delay (`5s`) ONLY on DEV startup with Electron -...

- Electron Forge v6 is out, and has been advertised as a "batteries included" solution for Electron - Is this a more reliable option for local dev and packaging /...

- There are still issues with concurrency for the npm run electron:* tasks - Must be a better solution for handling the reload of any changed source files while running...

Just dropping this here to track interest in any Mobile support for JSRL - Cordova - Ionic?

- aiming to turn this into a monorepo while we come up with an approach - moved all existing code into `legacy` - created a new folder for `core` -...