diff --git a/content/news/036/index.md b/content/news/036/index.md index d2613ba9f..00dbfc83d 100644 --- a/content/news/036/index.md +++ b/content/news/036/index.md @@ -74,6 +74,27 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Tooling Updates +### [NES Bundler][nes-bundler] + +![NES Bundler running Data Man with GUI showing](nes-bundler.png) +_NES Bundler in action_ + +[NES Bundler][nes-bundler] by [@tedsteen]. +Did you make a NES-game but none of your friends own a Nintendo? Don't worry. +Put your ROM and configuration in NES Bundler and build an executable for Mac, +Windows or Linux. What you get is a single executable with + +- Simple UI for settings +- Re-mappable Keyboard and Gamepad input (you bundle your default mappings). +- Save/Restore state +- Netplay! + +It's early days, but the key features are there and work is ongoing +to make it more mature! + +[nes-bundler]: https://github.com/tedsteen/nes-bundler +[@tedsteen]: https://github.com/tedsteen + ### [Blackjack] ![Blackjack: A procedural bridge being edited in real-time](blackjack.gif) diff --git a/content/news/036/nes-bundler.png b/content/news/036/nes-bundler.png new file mode 100644 index 000000000..5cca15618 Binary files /dev/null and b/content/news/036/nes-bundler.png differ