GKRootWire
Security ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm ForecastsSecurity ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm Forecasts
Dev Tools

ArcadeMaker Brings a Custom Scripting Language and IDE to C# Game Development

A new open-source project bundles a game engine, its own scripting language, and a dedicated IDE into one package for indie developers.

A developer has released ArcadeMaker, an open-source game engine built in C# that ships with its own purpose-built scripting language and integrated development environment. Rather than relying on existing scripting options like Lua or C# itself for gameplay logic, the project introduces a custom language designed specifically for game-making workflows, paired with an editor built to support it directly.

The project surfaced on Hacker News, drawing a modest but engaged discussion around the tradeoffs of rolling your own language versus using established tools. It's a solo or small-team effort aimed at hobbyists and indie developers who want a self-contained toolkit rather than stitching together separate engines, editors, and scripting runtimes.

Why it matters: Building a custom scripting language and IDE from scratch is a huge undertaking, and it signals real ambition beyond just another engine wrapper. Projects like this rarely hit mainstream adoption, but they're valuable testbeds for language design ideas and can attract a dedicated niche community if the tooling proves genuinely easier than existing alternatives.

Sources: Hacker News