micropolis-rs icon indicating copy to clipboard operation
micropolis-rs copied to clipboard

The classic Micropolis (Sim City 1) game rewritten in Rust and React, with WebAssembly support.

Results 6 micropolis-rs issues
Sort by recently updated
recently updated
newest added

Following the builder pattern, provide a new `CityBuilder` facility accessible from the WASM interface. ## Proposed interface ```rust let mut city_generator = CityGeneratorBuilder::new() .set_map_generator_options(/* ... */) .set_simulation_rng_seed(123456) .build()?; let map1...

enhancement

Hi, I'm the author of the [Micro Entertainment Pack](https://liamoc.itch.io/) a collection of games written in Rust using my tesserae tile graphics library. I was thinking it would be super cool...

Original design: Must at least work in the storybooks.

enhancement

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript