The Demake project introduces a method for developing retro games that can compile to ROMs for various vintage game consoles and handhelds from a single source. This approach simplifies the process of targeting multiple retro platforms, which traditionally requires adherence to distinct hardware specifications.
The project originated from the observation that generative AI, while capable of creating retro-styled sprites, often fails to meet the precise pixel and color constraints of specific retro hardware. Demake provides a solution by allowing developers to define games in a way that respects these limitations across different systems.
Central to Demake is Demotic, a custom-designed declarative language. This language aims to express game logic concisely and naturally, abstracting away implementation details specific to individual consoles. It incorporates relative units like vw, vh, vmin, and vmax to ensure compatibility and consistent rendering across diverse hardware specifications.
Demake is currently a work in progress and offers multiple interfaces for developers. These include a web user interface, a command-line interface (CLI), and an NPM package, providing flexibility in how developers can interact with the tool.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new project called Demake allows developers to create games for multiple retro consoles from a single source using a declarative language named Demotic. This tool addresses the challenge of AI-generated retro sprites not adhering to specific hardware constraints, offering a unified development approach for various retro platforms.