Stephane-D/sgdk ? reverse-engineered prompt
Reverse engineered prompt
Build me a complete Sega Mega Drive game development kit that I can use to make and compile simple games in C.
I want it to include the core library, the resource compiler tools, and a few working sample projects I can open and run right away so I can see how everything fits together. Make it easy to install and use from the command line, and include clear docs for getting started, building a ROM, and adding images, maps, music, and sound. If there are any setup details that depend on Java or a specific compiler, handle that cleanly and make the instructions obvious.
I’d also like a good example project that shows the basics, like drawing sprites, handling input, and playing audio, so I can learn by tweaking it. If you need to check current docs or best practices online while setting it up, go ahead and do that.